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 ###### 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):