Skip to content

Commit

Permalink
[qacode] Update to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josue.garcia committed May 22, 2019
1 parent 9ab5f87 commit d1959ce
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 @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

### Fixed

### Removed


## [v.0.6.2] - 2019-05-22

### Added

### Changed

### Fixed
- Can't load ControlTable si no existe un THEAD y existe TBODY #282
- Package build error after qacode==v0.6.0, urllib3<1.25 #280
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.1"
VERSION = "0.6.2"
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 = '6.1'
version = '6.2'
# The full version, including alpha/beta/rc tags
release = 'v0.{}'.format(version)

Expand Down

0 comments on commit d1959ce

Please sign in to comment.