From f753e2e77df76837d8e22a3b98bbfe6cdc588307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 11 May 2021 13:28:32 +0200 Subject: [PATCH] ver bump --- CHANGELOG.md | 9 +-------- satella/__init__.py | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f8f92c..351c8491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,2 @@ -# v2.16.2 +# v2.16.3 -* added optional argument to `File.get_value` -* added `file_contents` schema -* added nested configuration sources -* added `extract_optional` -* added some syntactic sugar for the source dict -* now unparseable "type" entries will be returned as-is -* added `ConfigurationMisconfiguredError` diff --git a/satella/__init__.py b/satella/__init__.py index b34264c0..e0d5ec3b 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.16.2' +__version__ = '2.16.3a1' -- GitLab