Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
x2
  • Loading branch information
rmax committed Feb 8, 2017
1 parent cf1c1f6 commit cbb86a1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0-dev
current_version = 1.0.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
Expand Down Expand Up @@ -28,7 +28,7 @@ replace = version: {new_version}
[bumpversion:file:HISTORY.rst]
search = .. comment:: bumpversion marker
replace = .. comment:: bumpversion marker

{new_version} ({now:%Y-%m-%d})
------------------

2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ default_context:
use_pypi_deployment_with_travis: y
use_pytest: y
use_requiresio: y
version: 1.0.0-dev
version: 1.0.0
year: 2017
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ History

.. comment:: bumpversion marker

1.0.0-dev (unreleased)
----------------------
1.0.0 (2017-02-08)
------------------

* First release on PyPI.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-dev
1.0.0
2 changes: 1 addition & 1 deletion src/awesome_codename/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = 'Rolando (Max) Espinoza'
__email__ = 'rolando at rmax.io'
__version__ = '1.0.0-dev'
__version__ = '1.0.0'


ADJECTIVES = load('adjectives')
Expand Down

0 comments on commit cbb86a1

Please sign in to comment.