Skip to content

Commit

Permalink
Bump version from 3.0.0 to 3.0.1
Browse files Browse the repository at this point in the history
CHANGELOG gets updated with content of the version
  • Loading branch information
chocoelho committed Oct 22, 2022
1 parent a5fd5b8 commit 989235d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v3.0.1
-----
Remove all newlines from subject

v3.0
-----
Add escaping to HTML parts in templates
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
try:
LONG_DESCRIPTION = open('README.rst').read()
Expand Down

0 comments on commit 989235d

Please sign in to comment.