Skip to content

Commit 628ed38

Browse files
committed
Bump version: 0.4.3 → 0.4.4
1 parent 5327235 commit 628ed38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.4'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.4.3'
53+
release = '0.4.4'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

environ/environ.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ImproperlyConfigured(Exception):
2121
logger = logging.getLogger(__name__)
2222

2323

24-
VERSION = '0.4.3'
24+
VERSION = '0.4.4'
2525
__author__ = 'joke2k'
2626
__version__ = tuple(VERSION.split('.'))
2727

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 = 0.4.3
2+
current_version = 0.4.4
33
commit = True
44
tag = True
55
files = setup.py environ/environ.py docs/conf.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
here = os.path.abspath(os.path.dirname(__file__))
99
README = io.open(os.path.join(here, 'README.rst'), encoding="utf8").read()
1010

11-
version = '0.4.3'
11+
version = '0.4.4'
1212
author = 'joke2k'
1313
description = "Django-environ allows you to utilize 12factor inspired environment " \
1414
"variables to configure your Django application."

0 commit comments

Comments
 (0)