We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea31d17 commit 40b528aCopy full SHA for 40b528a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.1
+current_version = 3.1.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
DESCRIPTION = "A Django oriented templated / transaction email abstraction"
6
-VERSION = '3.0.1'
+VERSION = '3.1.0'
7
LONG_DESCRIPTION = None
8
try:
9
LONG_DESCRIPTION = open('README.rst').read()
0 commit comments