Skip to content

Commit cba05a7

Browse files
committed
Bump version: 2.2.0 → 2.3.0
Signed-off-by: Carlos Coêlho <[email protected]>
1 parent 85cb5e4 commit cba05a7

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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 = 2.2.0
2+
current_version = 2.3.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Anatoly Kudinov <[email protected]>
22
Anderson Resende <[email protected]>
33
Andre Ericson <[email protected]>
44
Bradley Whittington <[email protected]>
5+
Carlos Coelho <[email protected]>
56
Ewoud Kohl van Wijngaarden
67
Nitin Hayaran <[email protected]>
78

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.3
2+
-----
3+
Remove Django as explicit dependency
4+
Upgrade django-anymail to v3
5+
Drop Python 3.3 support
6+
17
v2.2
28
-----
39
Bug fixes and improvements (issues https://github.com/vintasoftware/django-templated-email/issues/102 and https://github.com/vintasoftware/django-templated-email/issues/104)

setup.py

Lines changed: 2 additions & 2 deletions
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 = '2.2.0'
6+
VERSION = '2.3.0'
77
LONG_DESCRIPTION = None
88
try:
99
LONG_DESCRIPTION = open('README.rst').read()
@@ -28,9 +28,9 @@
2828
'Programming Language :: Python :: 2',
2929
'Programming Language :: Python :: 2.7',
3030
'Programming Language :: Python :: 3',
31-
'Programming Language :: Python :: 3.3',
3231
'Programming Language :: Python :: 3.4',
3332
'Programming Language :: Python :: 3.5',
33+
'Programming Language :: Python :: 3.6',
3434
'Topic :: Software Development :: Libraries :: Python Modules',
3535
'Framework :: Django',
3636
]

0 commit comments

Comments
 (0)