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 a5fd5b8 commit 989235dCopy full SHA for 989235d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.0
+current_version = 3.0.1
3
commit = True
4
tag = True
5
tag_name = {new_version}
CHANGELOG
@@ -1,3 +1,7 @@
+v3.0.1
+-----
+Remove all newlines from subject
+
v3.0
6
-----
7
Add escaping to HTML parts in templates
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
DESCRIPTION = "A Django oriented templated / transaction email abstraction"
-VERSION = '3.0.0'
+VERSION = '3.0.1'
LONG_DESCRIPTION = None
8
try:
9
LONG_DESCRIPTION = open('README.rst').read()
0 commit comments