Skip to content

Commit 40b528a

Browse files
committed
Bump version: 3.0.1 → 3.1.0
1 parent ea31d17 commit 40b528a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 3.0.1
2+
current_version = 3.1.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
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 = '3.0.1'
6+
VERSION = '3.1.0'
77
LONG_DESCRIPTION = None
88
try:
99
LONG_DESCRIPTION = open('README.rst').read()

0 commit comments

Comments
 (0)