Skip to content

Commit 31e1137

Browse files
author
Saurabh Kumar
committed
Bump version: 0.4.0 → 0.5.0
1 parent d69bf35 commit 31e1137

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.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 = 0.4.0
2+
current_version = 0.5.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ production using `12-factor <http://12factor.net/>`__ principles.
2626
servers <#setting-config-on-remote-servers>`__
2727
- `Releated Projects <#releated-projects>`__
2828
- `Contributing <#contributing>`__
29+
- `Changelog <#changelog>`__
2930

3031
Usages
3132
======
@@ -212,7 +213,7 @@ would not have been possible without the support of these `awesome people <https
212213
Changelog
213214
=========
214215

215-
Unreleased
216+
0.5.0
216217
----------
217218
- Add ``find_dotenv`` method that will try to find a ``.env`` file. (Thanks `@isms`_)
218219

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="python-dotenv",
99
description="Add .env support to your django/flask apps in development and deployments",
1010
long_description=readme,
11-
version="0.4.0",
11+
version="0.5.0",
1212
author="Saurabh Kumar",
1313
author_email="[email protected]",
1414
url="http://github.com/theskumar/python-dotenv",

0 commit comments

Comments
 (0)