diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 75db756..3b0ffd9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,8 +17,9 @@ are used for versioning (schema follows below): 0.8.1 ----- -Unreleased +2024-02-05 +- Fixes in the setup.py. - Drop support for Python 3.6. No specific code changes. However, since it's no longer possible to pull Python 3.6 directly from GitHub CI, to simplify things we simply drop it. diff --git a/setup.py b/setup.py index dfab594..9dd2f42 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="graphene-elastic", - version="0.8", + version="0.8.1", description="Graphene Elasticsearch/OpenSearch (DSL) integration", long_description=open("README.rst").read(), url="https://github.com/barseghyanartur/graphene-elastic",