From bfb0598882a9b54bb9823815df510f03d666b088 Mon Sep 17 00:00:00 2001 From: netzulo Date: Mon, 20 Jan 2020 00:01:38 +0100 Subject: [PATCH] [qatl] Update to v0.1.2 --- CHANGELOG.md | 15 +++++++++++++-- setup.py | 2 +- source-docs/source/conf.py | 4 ++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 686026b..5c2ead2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - ## [Unreleased] - xxxx-xx-xx +### Added + +### Changed + +### Fixed + +### Removed + + +## [v0.1.2] - 2020-01-20 + ### Added - Support for python 3.7 at CI's #untracked - CircleCI CI builds #untracked @@ -38,7 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Old references to qacode -[Unreleased]: https://github.com/netzulo/qatestlink/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/netzulo/qatestlink/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/netzulo/qatestlink/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/netzulo/qatestlink/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/netzulo/qatestlink/compare/v0.0.9...v0.1.0 [0.0.9]: https://github.com/netzulo/qatestlink/compare/v0.0.8...v0.0.9 diff --git a/setup.py b/setup.py index ea4e43a..bbf5158 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def read(file_path='./', file_name=None, is_encoding=True, ignore_raises=False): ignore_raises=ignore_raises)) -VERSION = '0.1.1' +VERSION = '0.1.2' CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/') INSTALL_REQUIRES = [ 'requests', diff --git a/source-docs/source/conf.py b/source-docs/source/conf.py index 64462a0..1af2d01 100644 --- a/source-docs/source/conf.py +++ b/source-docs/source/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = '0.0.4' +version = '0.1.2' # The full version, including alpha/beta/rc tags. -release = 'v0.0.4' +release = 'v{}'.format(version) # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.