# HG changeset patch # User Franz Glasner # Date 1639051436 -3600 # Node ID 5b928606fa00447a39770e23683a3e65132e0754 # Parent 090a25f36a3d55a673845b0fa31a41aba96b6c14 +++++ v0.18.1b1 diff -r 090a25f36a3d -r 5b928606fa00 CHANGES.txt --- a/CHANGES.txt Thu Dec 09 13:02:17 2021 +0100 +++ b/CHANGES.txt Thu Dec 09 13:03:56 2021 +0100 @@ -12,8 +12,8 @@ Pre-1.0 Series -------------- -n/a (not yet) -~~~~~~~~~~~~~ +0.18.1b1 (not yet) +~~~~~~~~~~~~~~~~~~ - **[bugfix]** Jailed configurations assumed that their "default" marker object is diff -r 090a25f36a3d -r 5b928606fa00 README.txt --- a/README.txt Thu Dec 09 13:02:17 2021 +0100 +++ b/README.txt Thu Dec 09 13:03:56 2021 +0100 @@ -3,7 +3,7 @@ .. _README: :Author: Franz Glasner -:Version: 0.18 +:Version: 0.18.1b1 :Date: |VCSJustDate| :Copyright: (c) 2015–2021, Franz Glasner. All rights reserved. diff -r 090a25f36a3d -r 5b928606fa00 configmix/__init__.py --- a/configmix/__init__.py Thu Dec 09 13:02:17 2021 +0100 +++ b/configmix/__init__.py Thu Dec 09 13:03:56 2021 +0100 @@ -13,7 +13,7 @@ from __future__ import division, print_function, absolute_import -__version__ = "0.18" +__version__ = "0.18.1b1" __revision__ = "|VCSRevision|" __date__ = "|VCSJustDate|"