Skip to content

Commit 93560d9

Browse files
committed
Release version 5.0.0
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent d650fa2 commit 93560d9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.5.0
2+
current_version = 5.0.0
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3-
## 4.6.0
3+
## 5.0.0 (2019-11-07)
44

5+
*Notice*: Support for python 3.5 has been dropped.
6+
7+
- Add a dict-like interface to the internal objects
8+
- Fix escaped chars in RegEx strings
9+
- tests: fix warnings
510
- build: drop support for python 3.5
11+
- misc: typos and formatting
612

713

814
## 4.5.0 (2019-11-05)

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.5.1',
9+
version='5.0.0',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='satosa-dev@lists.sunet.se',

0 commit comments

Comments
 (0)