We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0312e commit 8b10330Copy full SHA for 8b10330
django_mail_viewer/__init__.py
@@ -1 +1 @@
1
-__version__ = '2.1.0'
+__version__ = '2.2.0'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 2.1.0
+current_version = 2.2.0
3
commit = True
4
tag = True
5
setup.py
@@ -4,7 +4,7 @@
from setuptools import find_packages, setup
6
7
-version = '2.1.0'
+version = '2.2.0'
8
9
if sys.argv[-1] == 'publish':
10
try:
0 commit comments