Skip to content

Commit 037e814

Browse files
committed
Bump version: 2.3.0 → 2.4.0
1 parent 334a376 commit 037e814

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[bumpversion]
2-
current_version = 2.3.0
2+
current_version = 2.4.0
33
commit = True
44
tag = True
55
tag_name = {new_version}
66

77
[bumpversion:file:setup.py]
88
search = VERSION = '{current_version}'
99
replace = VERSION = '{new_version}'
10-

setup.py

+1-1
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 = '2.3.0'
6+
VERSION = '2.4.0'
77
LONG_DESCRIPTION = None
88
try:
99
LONG_DESCRIPTION = open('README.rst').read()

0 commit comments

Comments
 (0)