Skip to content

Commit

Permalink
Bump version: 2.2.0 → 2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Coêlho <[email protected]>
  • Loading branch information
chocoelho committed Jan 11, 2019
1 parent 85cb5e4 commit cba05a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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 = 2.2.0
current_version = 2.3.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Anatoly Kudinov <[email protected]>
Anderson Resende <[email protected]>
Andre Ericson <[email protected]>
Bradley Whittington <[email protected]>
Carlos Coelho <[email protected]>
Ewoud Kohl van Wijngaarden
Nitin Hayaran <[email protected]>
Simon Ye <[email protected]>
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2.3
-----
Remove Django as explicit dependency
Upgrade django-anymail to v3
Drop Python 3.3 support

v2.2
-----
Bug fixes and improvements (issues https://github.com/vintasoftware/django-templated-email/issues/102 and https://github.com/vintasoftware/django-templated-email/issues/104)
Expand Down
4 changes: 2 additions & 2 deletions 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 = '2.2.0'
VERSION = '2.3.0'
LONG_DESCRIPTION = None
try:
LONG_DESCRIPTION = open('README.rst').read()
Expand All @@ -28,9 +28,9 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
'Framework :: Django',
]
Expand Down

0 comments on commit cba05a7

Please sign in to comment.