From ecc1e469dbc3cb81b44ad7902d071d0c908f4ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Benjamin=20Antal?= Date: Fri, 1 Apr 2022 16:12:55 +0200 Subject: [PATCH 1/2] Bump version --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7fe26d5..c60b21b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "Memgraph Ltd." # The full version, including alpha/beta/rc tags -release = "1.2.0" +release = "1.2.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7358b19..dcca239 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ static_openssl = parser.getboolean("build_ext", "static_openssl", fallback=False) -version = os.getenv("PYMGCLIENT_OVERRIDE_VERSION", "1.2.0") +version = os.getenv("PYMGCLIENT_OVERRIDE_VERSION", "1.2.1") def list_all_files_in_dir(path): From 7318f46fefc2e83d948f6da74c249eb950c6e1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Benjamin=20Antal?= Date: Fri, 1 Apr 2022 16:13:10 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c7359d5..7d42541 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog ========= +###### +1.2.1 +###### + + +****************************** +Major Feature and Improvements +****************************** + + * Use OpenSSL 1.1.1n for binary packages + ###### 1.2.0 ######