Skip to content

Commit

Permalink
Release version 5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <[email protected]>
  • Loading branch information
c00kiemon5ter committed Nov 7, 2019
1 parent d650fa2 commit 93560d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.5.0
current_version = 5.0.0
commit = True
tag = True

Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 4.6.0
## 5.0.0 (2019-11-07)

*Notice*: Support for python 3.5 has been dropped.

- Add a dict-like interface to the internal objects
- Fix escaped chars in RegEx strings
- tests: fix warnings
- build: drop support for python 3.5
- misc: typos and formatting


## 4.5.0 (2019-11-05)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='SATOSA',
version='4.5.1',
version='5.0.0',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='[email protected]',
Expand Down

0 comments on commit 93560d9

Please sign in to comment.