Skip to content

Commit

Permalink
Bump version to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed May 12, 2021
1 parent c76a34e commit c7113ce
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
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.26.1] - 2021-05-12
### Fixed
- If XHRSpy.add() is called multiple times on the same page, the hook is only added once.

## [0.26.0] - 2021-03-22
### Added
- Network spies to assist with navigating async web apps
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.26.0'
version = '0.26.1'
# The full version, including alpha/beta/rc tags.
release = '0.26.0'
release = '0.26.1'

# 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.26.0",
version="0.26.1",
description="A nice way of implementing the Page Object pattern.",
long_description=read('README.rst'),
author="Joshua Fehler",
Expand Down

0 comments on commit c7113ce

Please sign in to comment.