Skip to content

Commit ce127a5

Browse files
committed
Release version 4.1.0
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 9c1f5a0 commit ce127a5

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.0.0
2+
current_version = 4.1.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.1.0 (2019-07-09)
4+
5+
Trigger new version build to automatically upload to PyPI and docker hub.
6+
7+
- Add release instructions
8+
9+
310
## 4.0.0 (2019-07-09)
411

512
- Remove the warning filter; users must set the filter themselves

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

0 commit comments

Comments
 (0)