From 97fa7a144c80da15d45209edd74915b95c371851 Mon Sep 17 00:00:00 2001 From: joke2k Date: Wed, 23 Sep 2015 17:58:56 +0200 Subject: [PATCH] fix readme rst --- README.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 9a4faa24..151f8d7c 100644 --- a/README.rst +++ b/README.rst @@ -219,7 +219,8 @@ Django-environ is licensed under the MIT License - see the `LICENSE`_ file for d Changelog ========= -**`0.4.0 - 23-September-2015 `__ ** +`0.4.0 - 23-September-2015 `__ +------------------------------------------------------------------------------------------- - Fix non-ascii values (broken in Python 2.x) - New email schemes - smtp+ssl and smtp+tls (smtps would be deprecated) - redis_cache replaced by django_redis @@ -227,21 +228,25 @@ Changelog - Add LDAP url support for database (django-ldapdb) - Fix psql/pgsql url -**`0.3 - 03-June-2014 `__ ** +`0.3 - 03-June-2014 `__ +-------------------------------------------------------------------------------------- - Add cache url support - Add email url support - Add search url support - Rewriting README.rst -**0.2.1 19-April-2013** +0.2.1 19-April-2013 +------------------- - environ/environ.py: Env.__call__ now uses Env.get_value instance method -**0.2 16-April-2013** +0.2 16-April-2013 +----------------- - environ/environ.py, environ/test.py, environ/test_env.txt: add advanced float parsing (comma and dot symbols to separate thousands and decimals) - README.rst, docs/index.rst: fix TYPO in documentation -**0.1 02-April-2013** +0.1 02-April-2013 +----------------- - initial release Credits