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 3
3
Release Notes
4
4
-------------
5
5
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
+ ====================
8
18
* Enhancements
9
19
* Optimized ``Boolean `` inference by removing generation of mappings and sets of boolean values (:pr: `1713 `)
10
20
* Speed up Boolean and Integer inference by caching results of corresponding nullable type inference (:pr: `1733 `)
11
21
* Fixes
12
22
* Update s3 bucket for docs image (:pr: `1749 `)
13
- * Changes
14
23
* Documentation Changes
15
24
* Update readthedocs config to use build.os (:pr: `1753 `)
16
25
* Fix PyPI badge not showing on README.md (:pr: `1755 `)
17
- * Testing Changes
18
26
19
27
Thanks to the following people for contributing to this release:
20
28
:user: `gsheni `, :user: `sbadithe `, :user: `simha104 `
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def 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