Skip to content

Commit

Permalink
[qacode] Update to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Mar 18, 2019
1 parent 36ca8fb commit 022351c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased] - xxxx-xx-xx

### Added

### Changed

### Fixed

### Removed


## [v0.6.0] - 2019-03-18

### Added
- Now controls can wait some webdriver conditions #242

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.5.9"
VERSION = "0.6.0"
CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/')
INSTALL_REQUIRES = [
'appdirs',
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 = '5.9'
version = '6.0'
# The full version, including alpha/beta/rc tags
release = 'v0.{}'.format(version)

Expand Down

0 comments on commit 022351c

Please sign in to comment.