From 5c5c385355b571abcf4eeb7f41853b3fc64414db Mon Sep 17 00:00:00 2001 From: Ford Peprah Date: Mon, 12 Apr 2021 16:42:09 -0400 Subject: [PATCH] Draft 0.10.0 release --- CHANGELOG.md | 8 ++++++++ CONTRIBUTORS.md | 1 + pylink/__init__.py | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index debc086..1d09e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.10.0] + +### Changed + +- @kettenbach-it: Changed `disable_dialog_boxes()` to disable flash info + windows when called (programming pop-ups). Updated `enable_dialog_boxes()` + to show flash info windows when called. + ## [0.9.0] ### Added diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 6a8b571..d43886e 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -11,3 +11,4 @@ In the order of appearance in the commit history: | Michał Fita | @michalfita | | Bojan Potočnik | @bojanpotocnik | | Sottas Guillaume | @sauci | +| Volker Kettenbach | @kettenbach-it | diff --git a/pylink/__init__.py b/pylink/__init__.py index fe84d7e..e28b510 100644 --- a/pylink/__init__.py +++ b/pylink/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.9.0' +__version__ = '0.10.0' __title__ = 'pylink' __author__ = 'Square Embedded Software Team' __author_email__ = 'esw-team@squareup.com'