Skip to content

Commit beb92a6

Browse files
author
César Román
committed
chore(release): prepare for v2023.1.0
1 parent cc8b4dc commit beb92a6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2023.1.0 (2023-01-11)
2+
3+
### Feat
4+
5+
- **dataset**: add _NanoXML class (#21)
6+
17
## v2022.9.2.post1 (2022-10-06)
28

39
### Refactor

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This package contains a collection of [stubs](https://www.python.org/dev/peps/pe
1111

1212
## Installation and usage
1313

14-
To use incendium-stubs, you may install it with `pip`. It requires Python 3.6+.
14+
To use `incendium-stubs`, you may install it with `pip`. It requires Python 3.6 through 3.10.
1515

1616
```sh
1717
python -m pip install incendium-stubs

Diff for: setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = incendium_stubs
3-
version = 2022.9.2.post1
3+
version = 2023.1.0
44
description = incendium stubs package
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -41,7 +41,7 @@ project_urls =
4141
[options]
4242
install_requires =
4343
ignition-api-stubs
44-
python_requires = >=3.6
44+
python_requires = <3.11, >=3.6
4545
include_package_data = True
4646
package_dir =
4747
=stubs

0 commit comments

Comments
 (0)