Skip to content

Commit c3d9c64

Browse files
committed
Release version 4.4.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent f0076bb commit c3d9c64

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.3.0
2+
current_version = 4.4.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.4.0 (2019-07-09)
4+
5+
Trigger new version build to automatically upload to PyPI,
6+
docker hub and GitHub.
7+
8+
- Fix travis CI/CD configuration
9+
10+
311
## 4.3.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.3.0',
9+
version='4.4.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='satosa-dev@lists.sunet.se',

0 commit comments

Comments
 (0)