From 60974cc9d2998e408a10b87fa13ac70c43e8b7d3 Mon Sep 17 00:00:00 2001 From: nuwang <2070605+nuwang@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:30:46 +0530 Subject: [PATCH] Update changelog and increment version to 2.0.1 --- CHANGELOG.rst | 6 +++++- tpv/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 048f32e..364d2b6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,13 @@ +2.0.1 - Jan 11, 2023. (sha 8860c1d570ed94310f5ed57b2166390124d9bbf8) +-------------------------------------------------------------------- +* create __init__.py in tpv core test folder by @bgruening (PR #70) + 2.0.0 - Dec 24, 2022. (sha b593d5527bce51a7070684569dc8f19aff3d24e0) -------------------------------------------------------------------- * Add a `tpv dry-run` subcommand by @natefoo (PR #52) * Simplify TPV by disambiguating terms by @nuwang (PR #58) * Additional context params by @nuwang (PR #62) -* Use only TPV defined destinations, ignoring job_conf by @nuwang (#PR 63) +* Use only TPV defined destinations, ignoring job_conf by @nuwang (PR #63) * Add support for abstract entities by @nuwang (PR #64) * Add destination min accepted by @nuwang (PR #67) * Shared rules inheritance test by @cat-bro (PR #68) diff --git a/tpv/__init__.py b/tpv/__init__.py index e71539f..14e05cf 100644 --- a/tpv/__init__.py +++ b/tpv/__init__.py @@ -1,7 +1,7 @@ """Total Perspective Vortex library setup.""" # Current version of the library -__version__ = "2.0.0" +__version__ = "2.0.1" def get_version():