Skip to content

Commit

Permalink
[qatl] Update to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Jan 19, 2020
1 parent a281ab2 commit bfb0598
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions source-docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bfb0598

Please sign in to comment.