Skip to content

Commit 7347567

Browse files
authored
v0.26.0 (#1761)
* v0.26.0 * update release notes
1 parent 3d28e52 commit 7347567

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

docs/source/release_notes.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,26 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
8+
* Enhancements
9+
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v0.26.0 Aug 22, 2023
17+
====================
818
* Enhancements
919
* Optimized ``Boolean`` inference by removing generation of mappings and sets of boolean values (:pr:`1713`)
1020
* Speed up Boolean and Integer inference by caching results of corresponding nullable type inference (:pr:`1733`)
1121
* Fixes
1222
* Update s3 bucket for docs image (:pr:`1749`)
13-
* Changes
1423
* Documentation Changes
1524
* Update readthedocs config to use build.os (:pr:`1753`)
1625
* Fix PyPI badge not showing on README.md (:pr:`1755`)
17-
* Testing Changes
1826

1927
Thanks to the following people for contributing to this release:
2028
:user:`gsheni`, :user:`sbadithe`, :user:`simha104`

woodwork/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.25.1"
5+
assert __version__ == "0.26.0"

woodwork/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.25.1"
1+
__version__ = "0.26.0"

0 commit comments

Comments
 (0)