# HG changeset patch # User Franz Glasner # Date 1637310631 -3600 # Node ID 7c48054399495efb2f2c3b7e710943786efa4c31 # Parent 727ec2fc8e7e97ca75481bd46ac35a933d93de7a +++++ v0.17b1 diff -r 727ec2fc8e7e -r 7c4805439949 CHANGES.txt --- a/CHANGES.txt Fri Nov 19 09:28:49 2021 +0100 +++ b/CHANGES.txt Fri Nov 19 09:30:31 2021 +0100 @@ -12,11 +12,11 @@ Pre-1.0 Series -------------- -not yet (not yet) -~~~~~~~~~~~~~~~~~ +0.17b1 (2021-11-19) +~~~~~~~~~~~~~~~~~~~ -- **[feature]** Jailed Configuration with - :py:meth:`~configmix.config.Configuration.jailed` +- **[feature]** Jailed (aka "restricted" or "rooted") configurations + with :py:meth:`~configmix.config.Configuration.jailed` 0.16.1 (2021-11-10) diff -r 727ec2fc8e7e -r 7c4805439949 README.txt --- a/README.txt Fri Nov 19 09:28:49 2021 +0100 +++ b/README.txt Fri Nov 19 09:30:31 2021 +0100 @@ -3,7 +3,7 @@ .. _README: :Author: Franz Glasner -:Version: 0.16.1 +:Version: 0.17b1 :Date: |VCSJustDate| :Copyright: (c) 2015–2021, Franz Glasner. All rights reserved. diff -r 727ec2fc8e7e -r 7c4805439949 configmix/__init__.py --- a/configmix/__init__.py Fri Nov 19 09:28:49 2021 +0100 +++ b/configmix/__init__.py Fri Nov 19 09:30:31 2021 +0100 @@ -13,7 +13,7 @@ from __future__ import division, print_function, absolute_import -__version__ = "0.16.1" +__version__ = "0.17b1" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|"