Skip to content

Commit a5a9769

Browse files
author
semantic-release
committed
1.1.2
Automatically generated by python-semantic-release
1 parent d106c84 commit a5a9769

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.1.2 (2025-06-16)
4+
5+
### Bug fixes
6+
7+
- Make dependencies optional ([`d106c84`](https://github.com/34j/types-array-api/commit/d106c845423d2da3e222fc031e2972640a837bc7))
8+
39
## v1.1.1 (2025-06-16)
410

511
### Bug fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Python array API standard typing"
1616
copyright = "2025, 34j"
1717
author = "34j"
18-
release = "1.1.1"
18+
release = "1.1.2"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "types-array-api"
7-
version = "1.1.1"
7+
version = "1.1.2"
88
description = "Typing for array API and array-api-compat"
99
readme = "README.md"
1010
license = "MIT AND Apache-2.0"

src/array_api/__init__.py

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)