Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Aug 24, 2016
1 parent 8e6654d commit d052c23
Show file tree
Hide file tree
Showing 3 changed files with 6 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 = 0.4.4
current_version = 0.5.0
commit = True
tag = True
message = Release {new_version}
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

0.5.0 (2016-08-24)
~~~~~~~~~~~~~~~~~~~

- Adds the ability to create a login auth object to the current path.
[href]

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description = (
'A generic user model for OneGov.'
)
version = '0.4.4'
version = '0.5.0'


def get_long_description():
Expand Down Expand Up @@ -33,7 +33,7 @@ def get_long_description():
platforms='any',
install_requires=[
'click',
'onegov.core>=0.4.4',
'onegov.core>=0.5.0',
'onegov.form',
'sqlalchemy',
'yubico-client'
Expand Down

0 comments on commit d052c23

Please sign in to comment.