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

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Sep 22, 2016
1 parent b1cdcb2 commit 04d7d22
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.0.1
commit = True
tag = True
message = Release {new_version}
Expand All @@ -10,10 +10,10 @@ replace = version = '{new_version}'

[bumpversion:file:HISTORY.rst]
search =
---------
---------
replace =
---------
{new_version} ({now:%Y-%m-%d})
~~~~~~~~~~~~~~~~~~~
---------
{new_version} ({now:%Y-%m-%d})
~~~~~~~~~~~~~~~~~~~

3 changes: 3 additions & 0 deletions HISTORY.rst
@@ -1,4 +1,7 @@
Changelog
---------

0.0.1 (2016-09-22)
~~~~~~~~~~~~~~~~~~~

- Initial Release
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
description = (
'Summer activities by Pro Juventute for OneGov Cloud'
)
version = '0.0.0'
version = '0.0.1'


def get_long_description():
Expand Down

0 comments on commit 04d7d22

Please sign in to comment.