Skip to content

Commit

Permalink
[qacode] Update to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Apr 7, 2020
1 parent 7ece0fe commit 5384c07
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Fixed

### Removed


## [v0.6.4] - 2020-04-07

### Added

- Implemented pytests fixture: 1 browser by session #143
- Check staled elements at control base, wip dev #143

Expand Down Expand Up @@ -152,7 +163,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Old documentation files


[Unreleased]: https://github.com/netzulo/qacode/compare/v0.5.8...HEAD
[Unreleased]: https://github.com/netzulo/qacode/compare/v0.6.4...HEAD
[0.6.4]: https://github.com/netzulo/qacode/compare/v0.6.3...v0.6.4
[0.6.3]: https://github.com/netzulo/qacode/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/netzulo/qacode/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/netzulo/qacode/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/netzulo/qacode/compare/v0.5.9...v0.6.0
[0.5.9]: https://github.com/netzulo/qacode/compare/v0.5.8...v0.5.9
[0.5.8]: https://github.com/netzulo/qacode/compare/v0.5.7...v0.5.8
[0.5.7]: https://github.com/netzulo/qacode/compare/v0.5.6...v0.5.7
[0.5.6]: https://github.com/netzulo/qacode/compare/v0.5.6...v0.5.6
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.6.3"
VERSION = "0.6.4"
CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/')
INSTALL_REQUIRES = [
'selenium==3.141.0',
Expand Down
2 changes: 1 addition & 1 deletion source-docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Netzulo.com'

# The short X.Y version
version = '6.3'
version = '6.4'
# The full version, including alpha/beta/rc tags
release = 'v0.{}'.format(version)

Expand Down

0 comments on commit 5384c07

Please sign in to comment.