Skip to content

Commit 17ae55e

Browse files
committed
Release version 4.3.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent a2b5615 commit 17ae55e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.2.0
2+
current_version = 4.3.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.3.0 (2019-07-09)
4+
5+
Trigger new version build to automatically upload to PyPI and docker hub.
6+
7+
- Fix travis CI/CD configuration
8+
9+
310
## 4.2.0 (2019-07-09)
411

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SATOSA',
9-
version='4.2.0',
9+
version='4.3.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)