Skip to content

Commit e52ae25

Browse files
committed
Release version 4.2.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 6d1e89d commit e52ae25

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.1.0
2+
current_version = 4.2.0
33
commit = True
44
tag = True
55

CHANGELOG.md

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

3+
## 4.2.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+
- Fix typo in release instructions
9+
10+
311
## 4.1.0 (2019-07-09)
412

513
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.1.0',
9+
version='4.2.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)