File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4 .0
2+ current_version = 0.5 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff 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
3031Usages
3132======
@@ -212,7 +213,7 @@ would not have been possible without the support of these `awesome people <https
212213Changelog
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
Original file line number Diff line number Diff line change 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" ,
13131414 url = "http://github.com/theskumar/python-dotenv" ,
You can’t perform that action at this time.
0 commit comments