From b4a39411ad6f048bc07c9d3fa81b5dcfde1a7607 Mon Sep 17 00:00:00 2001 From: Yuri Bochkarev Date: Wed, 19 Feb 2020 20:37:23 +0100 Subject: [PATCH] Bump version from 1.2.0 to 1.2.1 * fix setup.py and add smoke integration tests to build package and run the app --- CHANGELOG.md | 4 ++++ brotab/__version__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d6350..c6d1eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.2.1 (2020-02-19) + +* fix setup.py and add smoke integration tests to build package and run the app + 1.2.0 (2020-02-16) * add "--target" argument to disable automatic mediator discovery and be diff --git a/brotab/__version__.py b/brotab/__version__.py index 58d478a..3f262a6 100644 --- a/brotab/__version__.py +++ b/brotab/__version__.py @@ -1 +1 @@ -__version__ = '1.2.0' +__version__ = '1.2.1'