From 1cecba7953c4e4253dbca3db281decfbde054d6e Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Tue, 5 Mar 2024 23:34:55 +0100 Subject: [PATCH] Up 0.8.1 --- CHANGELOG.rst | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",