From 8585c7b7215a04fa4a21ebf8ece2ce34610d3961 Mon Sep 17 00:00:00 2001 From: Henrique Bastos Date: Thu, 30 Sep 2021 17:45:28 -0300 Subject: [PATCH] Fix readme and bump version --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f926cfb..6e36272 100644 --- a/README.rst +++ b/README.rst @@ -217,7 +217,7 @@ To override a config parameter you can simply do: How does it work? -============= +================= *Decouple* always searches for *Options* in this order: diff --git a/setup.py b/setup.py index 66c77f4..9e2686b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ README = os.path.join(os.path.dirname(__file__), 'README.rst') setup(name='python-decouple', - version='3.4', + version='3.5', description='Strict separation of settings from code.', long_description=open(README).read(), author="Henrique Bastos", author_email="henrique@bastos.net",