Skip to content

Commit

Permalink
Release version 4.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
  • Loading branch information
c00kiemon5ter committed Jul 9, 2019
1 parent a2b5615 commit 17ae55e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.2.0
current_version = 4.3.0
commit = True
tag = True

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.3.0 (2019-07-09)

Trigger new version build to automatically upload to PyPI and docker hub.

- Fix travis CI/CD configuration


## 4.2.0 (2019-07-09)

Trigger new version build to automatically upload to PyPI and docker hub.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='SATOSA',
version='4.2.0',
version='4.3.0',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='satosa-dev@lists.sunet.se',
Expand Down

0 comments on commit 17ae55e

Please sign in to comment.