chore(python): Release 0.16.3

This commit is contained in:
Dmitry Dygalo 2023-02-01 00:32:29 +01:00
parent 6a1e1d3d23
commit 44b7e5457f
No known key found for this signature in database
GPG Key ID: AE7D12BE93BD417F
3 changed files with 6 additions and 3 deletions

View File

@ -181,8 +181,8 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
- name: Publish distribution package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: bindings/python/dist/

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [0.16.3] - 2023-02-01
### Added
- Build wheels for Linux(glibc) x86_64/i686, Windows x64/x86, and macOS x86_64/aarch64.
@ -294,7 +296,8 @@
## 0.1.0 - 2020-06-09
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...HEAD
[0.16.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...python-v0.16.3
[0.16.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.1...python-v0.16.2
[0.16.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.0...python-v0.16.1
[0.16.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.14.0...python-v0.16.0

View File

@ -1,6 +1,6 @@
[package]
name = "jsonschema-python"
version = "0.16.2"
version = "0.16.3"
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
edition = "2021"
license = "MIT"