Skip to content

Commit

Permalink
Bump version: 2.1.0 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aericson committed May 3, 2017
1 parent 3575ae4 commit 26d66b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.2.0
commit = True
tag = True
tag_name = {new_version}

[bumpversion:file:setup.py]
search = VERSION = '{current_version}'
replace = VERSION = '{new_version}'

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

DESCRIPTION = "A Django oriented templated / transaction email abstraction"
VERSION = '2.1.0'
VERSION = '2.2.0'
LONG_DESCRIPTION = None
try:
LONG_DESCRIPTION = open('README.rst').read()
Expand Down

0 comments on commit 26d66b1

Please sign in to comment.