diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ad502..48d1030 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.3] + +### Changed +- @ford: Add `tests` to source distribution. + ## [0.14.2] ### Changed diff --git a/pylink/__init__.py b/pylink/__init__.py index bf864b6..1185ea5 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.2' +__version__ = '0.14.3' __title__ = 'pylink' __author__ = 'Square Embedded Software Team' __author_email__ = 'esw-team@squareup.com'