Skip to content

Commit

Permalink
Bump version to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Jan 18, 2021
1 parent a16a1c7 commit b731e7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.


## [0.23.0] - 2021-01-18
### Fixed
- Nesting Repeating, Area, and RepeatingArea now correctly assigns root

## [0.22.0] - 2021-01-13
### Changed
- Bumped minimum version of py-moneyed to 1.0.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '0.22.0'
version = '0.23.0'
# The full version, including alpha/beta/rc tags.
release = '0.22.0'
release = '0.23.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(filename):

setup(
name="stere",
version="0.22.0",
version="0.23.0",
description="A nice way of implementing the Page Object pattern.",
long_description=read('README.rst'),
author="Joshua Fehler",
Expand Down

0 comments on commit b731e7e

Please sign in to comment.