Skip to content

Commit

Permalink
[qacode] update to v0.5.9
Browse files Browse the repository at this point in the history
+ doc now generated with bootstrap theme
  • Loading branch information
netzulo committed Mar 10, 2019
1 parent 7de187d commit 135ed12
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
14 changes: 12 additions & 2 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.5.9] - 2019-03-11

### Added
- Autodoc for package 'qacode.core.exceptions' #223
- Add find_child/s method + TCs #235
Expand All @@ -15,13 +26,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Improve Control Search #222
- Updated lib 'selenium' from 3.12.0 to 3.14.0 #228
- Now enum_base is being tested and documented #181
- Documentation now generated with bootstrap theme

### Fixed
- CI appveyor builds failing since tag v0.5.7 #226
- Failing setup.py install on python2.7 before next release #233

### Removed


## [v0.5.8] - 2019-02-11

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.8"
VERSION = "0.5.9"
CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/')
INSTALL_REQUIRES = [
'appdirs',
Expand Down
7 changes: 4 additions & 3 deletions source-docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import sphinx_bootstrap_theme

# -- Project information -----------------------------------------------------

Expand All @@ -24,7 +24,7 @@
author = 'Netzulo.com'

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

Expand Down Expand Up @@ -81,7 +81,8 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'bootstrap'
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ deps =
twine
readme_renderer
Sphinx
sphinx_bootstrap_theme

0 comments on commit 135ed12

Please sign in to comment.