diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 97dc91985..2ea170237 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.3.0 +current_version = 4.4.0 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5848008..389c3c6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.4.0 (2019-07-09) + +Trigger new version build to automatically upload to PyPI, +docker hub and GitHub. + +- Fix travis CI/CD configuration + + ## 4.3.0 (2019-07-09) Trigger new version build to automatically upload to PyPI and docker hub. diff --git a/setup.py b/setup.py index 0ad3f4fa9..2b68c089d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='4.3.0', + version='4.4.0', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='satosa-dev@lists.sunet.se',