Skip to content

Commit

Permalink
[qacode] update to v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Feb 11, 2019
1 parent 2ccc530 commit c6f5411
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ 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.5.8] - 2019-02-11

### Added
- This CHANGELOG
- MANIFEST.in
Expand All @@ -30,7 +42,8 @@ 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.7...HEAD
[Unreleased]: https://github.com/netzulo/qacode/compare/v0.5.8...HEAD
[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
[0.5.5]: https://github.com/netzulo/qacode/compare/v0.5.6...v0.5.5
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.7"
VERSION = "0.5.8"
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.7'
version = '5.8'
# The full version, including alpha/beta/rc tags
release = 'v0.{}'.format(version)

Expand Down

0 comments on commit c6f5411

Please sign in to comment.