File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 33Release 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 `
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "0.25.1 "
5+ assert __version__ == "0.26.0 "
Original file line number Diff line number Diff line change 1- __version__ = "0.25.1 "
1+ __version__ = "0.26.0 "
You can’t perform that action at this time.
0 commit comments