diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb3b91..88111ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2023.1.0 (2023-01-11) + +### Feat + +- **dataset**: add _NanoXML class (#21) + ## v2022.9.2.post1 (2022-10-06) ### Refactor diff --git a/README.md b/README.md index 89a5e50..1bb478a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This package contains a collection of [stubs](https://www.python.org/dev/peps/pe ## Installation and usage -To use incendium-stubs, you may install it with `pip`. It requires Python 3.6+. +To use `incendium-stubs`, you may install it with `pip`. It requires Python 3.6 through 3.10. ```sh python -m pip install incendium-stubs diff --git a/setup.cfg b/setup.cfg index e7b8b01..61ca15b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = incendium_stubs -version = 2022.9.2.post1 +version = 2023.1.0 description = incendium stubs package long_description = file: README.md long_description_content_type = text/markdown @@ -41,7 +41,7 @@ project_urls = [options] install_requires = ignition-api-stubs -python_requires = >=3.6 +python_requires = <3.11, >=3.6 include_package_data = True package_dir = =stubs