Skip to content

Commit 2205255

Browse files
committed
bumpversion
1 parent fe70215 commit 2205255

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
History
44
-------
5+
0.2.1 (2020-09-29)
6+
++++++++++++++++++
7+
8+
* Merge PR with OutboxEmailBackend
9+
510
0.2.0 (2020-05-03)
611
++++++++++++++++++
712

django_mail_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.2.1'
22
default_app_config = 'django_mail_admin.apps.DjangoMailAdminConfig'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)