From e57758c93eda2330d5f81ce1d1b90bbecf7ac620 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sat, 23 Apr 2022 18:35:36 +0200 Subject: Release 1.2.0 --- CHANGELOG.md | 11 +++++++++++ src/etoolkit/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c16909..d48f9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.2.0](https://github.com/blackm0re/etoolkit/tree/1.2.0) (2022-04-04) + +[Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.1.0...1.2.0) + +**Changes:** + +- instances with names starting with *_* are treated as abstract and not listed + +- new *%p* macro - parent value (for the same key) + + ## [1.1.0](https://github.com/blackm0re/etoolkit/tree/1.1.0) (2022-03-14) [Full Changelog](https://github.com/blackm0re/etoolkit/compare/1.0.0...1.1.0) diff --git a/src/etoolkit/__init__.py b/src/etoolkit/__init__.py index ae6465c..b49bbcf 100644 --- a/src/etoolkit/__init__.py +++ b/src/etoolkit/__init__.py @@ -17,7 +17,7 @@ from .etoolkit import EtoolkitInstance, EtoolkitInstanceError __author__ = 'Simeon Simeonov' -__version__ = '1.2.0-beta1' +__version__ = '1.2.0' __license__ = 'GPL3' -- cgit v1.3