We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334a376 commit 037e814Copy full SHA for 037e814
.bumpversion.cfg
@@ -1,10 +1,9 @@
1
[bumpversion]
2
-current_version = 2.3.0
+current_version = 2.4.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
6
7
[bumpversion:file:setup.py]
8
search = VERSION = '{current_version}'
9
replace = VERSION = '{new_version}'
10
-
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
DESCRIPTION = "A Django oriented templated / transaction email abstraction"
-VERSION = '2.3.0'
+VERSION = '2.4.0'
LONG_DESCRIPTION = None
try:
LONG_DESCRIPTION = open('README.rst').read()
0 commit comments