Skip to content

Commit a62bae0

Browse files
committed
Bump version to 0.26.0
1 parent b585506 commit a62bae0

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.26.0] - 2021-03-22
5+
### Added
6+
- Network spies to assist with navigating async web apps
47

58
## [0.25.0] - 2021-02-24
69
### Added

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.25.0'
63+
version = '0.26.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.25.0'
65+
release = '0.26.0'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(filename):
1111

1212
setup(
1313
name="stere",
14-
version="0.25.0",
14+
version="0.26.0",
1515
description="A nice way of implementing the Page Object pattern.",
1616
long_description=read('README.rst'),
1717
author="Joshua Fehler",

0 commit comments

Comments
 (0)