File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050# The short X.Y version.
5151version = '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.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class ImproperlyConfigured(Exception):
2121logger = logging .getLogger (__name__ )
2222
2323
24- VERSION = '0.4.3 '
24+ VERSION = '0.4.4 '
2525__author__ = 'joke2k'
2626__version__ = tuple (VERSION .split ('.' ))
2727
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4.3
2+ current_version = 0.4.4
33commit = True
44tag = True
55files = setup.py environ/environ.py docs/conf.py
Original file line number Diff line number Diff line change 88here = os .path .abspath (os .path .dirname (__file__ ))
99README = io .open (os .path .join (here , 'README.rst' ), encoding = "utf8" ).read ()
1010
11- version = '0.4.3 '
11+ version = '0.4.4 '
1212author = 'joke2k'
1313description = "Django-environ allows you to utilize 12factor inspired environment " \
1414 "variables to configure your Django application."
You can’t perform that action at this time.
0 commit comments