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 bc870e8 commit c72630eCopy full SHA for c72630e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.4.0
+current_version = 3.0.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 = '2.4.0'
+VERSION = '3.0.0'
7
LONG_DESCRIPTION = None
8
try:
9
LONG_DESCRIPTION = open('README.rst').read()
0 commit comments