File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.1.1-rc.1 (2025-06-16)
4
+
5
+ ### Bug fixes
6
+
7
+ - Fix type stub ([ ` 0ffdb73 ` ] ( https://github.com/34j/types-array-api/commit/0ffdb735bc41f949d682f88c793e6250e17e5ba3 ) )
8
+ - Fix type stub ([ ` a66fdce ` ] ( https://github.com/34j/types-array-api/commit/a66fdceb4ec850af908c421044fc1a4508a115ba ) )
9
+ - Fix multiple issues ([ ` 2146100 ` ] ( https://github.com/34j/types-array-api/commit/21461009724e8d1100724196f8ec4eb814d19f34 ) )
10
+
11
+ ### Documentation
12
+
13
+ - Show private ([ ` af7c493 ` ] ( https://github.com/34j/types-array-api/commit/af7c493067ca9fa4456392b2638988334b50e559 ) )
14
+ - Show private ([ ` 43668e4 ` ] ( https://github.com/34j/types-array-api/commit/43668e4b8ad2dfe9b2c6aa685608d9c3fb813667 ) )
15
+ - Show private ([ ` 322a6a7 ` ] ( https://github.com/34j/types-array-api/commit/322a6a70598f4802c59923308f843029026f231a ) )
16
+ - Show private ([ ` b5c3dcf ` ] ( https://github.com/34j/types-array-api/commit/b5c3dcfdf011834ca8889f9f05e106014b50dda6 ) )
17
+
3
18
## v1.1.0 (2025-06-16)
4
19
5
20
### Features
Original file line number Diff line number Diff line change 15
15
project = "Python array API standard typing"
16
16
copyright = "2025, 34j"
17
17
author = "34j"
18
- release = "1.0.0 "
18
+ release = "1.1.1-rc.1 "
19
19
20
20
# -- General configuration ---------------------------------------------------
21
21
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "setuptools" ]
4
4
5
5
[project ]
6
6
name = " types-array-api"
7
- version = " 1.1.0 "
7
+ version = " 1.1.1-rc.1 "
8
8
description = " Typing for array API and array-api-compat"
9
9
readme = " README.md"
10
10
license = " MIT AND Apache-2.0"
Original file line number Diff line number Diff line change 1
- __version__ = "1.1.0 "
1
+ __version__ = "1.1.1-rc.1 "
You can’t perform that action at this time.
0 commit comments