File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def read(filename):
1111
1212setup (
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" ,
You can’t perform that action at this time.
0 commit comments