Skip to content

Commit 8b10330

Browse files
committed
Bump version: 2.1.0 → 2.2.0
1 parent 4a0312e commit 8b10330

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django_mail_viewer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.1.0'
1+
__version__ = '2.2.0'

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 = 2.1.0
2+
current_version = 2.2.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import find_packages, setup
66

7-
version = '2.1.0'
7+
version = '2.2.0'
88

99
if sys.argv[-1] == 'publish':
1010
try:

0 commit comments

Comments
 (0)