Skip to content

Commit 989235d

Browse files
committed
Bump version from 3.0.0 to 3.0.1
CHANGELOG gets updated with content of the version
1 parent a5fd5b8 commit 989235d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.0.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v3.0.1
2+
-----
3+
Remove all newlines from subject
4+
15
v3.0
26
-----
37
Add escaping to HTML parts in templates

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
DESCRIPTION = "A Django oriented templated / transaction email abstraction"
6-
VERSION = '3.0.0'
6+
VERSION = '3.0.1'
77
LONG_DESCRIPTION = None
88
try:
99
LONG_DESCRIPTION = open('README.rst').read()

0 commit comments

Comments
 (0)