We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe70215 commit 2205255Copy full SHA for 2205255
HISTORY.rst
@@ -2,6 +2,11 @@
2
3
History
4
-------
5
+0.2.1 (2020-09-29)
6
+++++++++++++++++++
7
+
8
+* Merge PR with OutboxEmailBackend
9
10
0.2.0 (2020-05-03)
11
++++++++++++++++++
12
django_mail_admin/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.2.0'
+__version__ = '0.2.1'
default_app_config = 'django_mail_admin.apps.DjangoMailAdminConfig'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.2.0
+current_version = 0.2.1
commit = True
tag = True
0 commit comments