From dc5a59c49edb1a6fcc3aa75ffbc2ecdcda665469 Mon Sep 17 00:00:00 2001 From: Ford Peprah Date: Fri, 12 Aug 2022 17:06:29 -0400 Subject: [PATCH] Draft 0.14.2 Release --- CHANGELOG.md | 5 +++++ pylink/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4d4bc..b1ad502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.14.2] + +### Changed +- @dottspina: Revert `JLINK_SDK_NAME` change. + ## [0.14.1] ### Added diff --git a/pylink/__init__.py b/pylink/__init__.py index 5af9f51..bf864b6 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.14.1' +__version__ = '0.14.2' __title__ = 'pylink' __author__ = 'Square Embedded Software Team' __author_email__ = 'esw-team@squareup.com'