We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d650fa2 commit 93560d9Copy full SHA for 93560d9
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.5.0
+current_version = 5.0.0
3
commit = True
4
tag = True
5
CHANGELOG.md
@@ -1,8 +1,14 @@
# Changelog
-## 4.6.0
+## 5.0.0 (2019-11-07)
+*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
10
- build: drop support for python 3.5
11
+- misc: typos and formatting
12
13
14
## 4.5.0 (2019-11-05)
setup.py
@@ -6,7 +6,7 @@
setup(
name='SATOSA',
- version='4.5.1',
+ version='5.0.0',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='satosa-dev@lists.sunet.se',
0 commit comments