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

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jul 23, 2019
1 parent 395697b commit f8d22a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.0
current_version = 0.9.0
commit = True
tag = True
message = Release {new_version}
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,9 @@
Changelog
---------

0.9.0 (2019-07-23)
~~~~~~~~~~~~~~~~~~~

- Adds a production mode to the server.
[href]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

name = 'onegov.server'
description = 'Serves OneGov applications.'
version = '0.8.0'
version = '0.9.0'


def get_long_description():
Expand Down

0 comments on commit f8d22a7

Please sign in to comment.