Skip to content

Commit

Permalink
Bump version: 1.5.1 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Oct 15, 2017
1 parent cf8f494 commit 17ae80d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cookiecutter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
Main package for Cookiecutter.
"""

__version__ = '1.5.1'
__version__ = '1.6.0'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.1
current_version = 1.6.0
commit = True
tag = True
tag_name = {new_version}
Expand All @@ -17,3 +17,4 @@ universal = 1
[tool:pytest]
testpaths = tests
addopts = --cov=cookiecutter

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import setup

version = "1.5.1"
version = "1.6.0"

if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
Expand Down

0 comments on commit 17ae80d

Please sign in to comment.