diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 822397659..d8f89e635 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.5.0 +current_version = 5.0.0 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e65a432..269b6c3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog -## 4.6.0 +## 5.0.0 (2019-11-07) +*Notice*: Support for python 3.5 has been dropped. + +- Add a dict-like interface to the internal objects +- Fix escaped chars in RegEx strings +- tests: fix warnings - build: drop support for python 3.5 +- misc: typos and formatting ## 4.5.0 (2019-11-05) diff --git a/setup.py b/setup.py index a4c30fd94..f49472639 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='4.5.1', + version='5.0.0', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='satosa-dev@lists.sunet.se',