Skip to content

Commit 58fb577

Browse files
committed
chore(python): Release 0.16.3
1 parent 6a1e1d3 commit 58fb577

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/python-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,3 @@ jobs:
185185
uses: pypa/gh-action-pypi-publish@release/v1
186186
with:
187187
password: ${{ secrets.PYPI_API_TOKEN }}
188-
packages_dir: bindings/python/dist/

bindings/python/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.16.3] - 2023-02-01
6+
57
### Added
68

79
- Build wheels for Linux(glibc) x86_64/i686, Windows x64/x86, and macOS x86_64/aarch64.
@@ -294,7 +296,8 @@
294296
## 0.1.0 - 2020-06-09
295297
- Initial public release
296298

297-
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...HEAD
299+
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...HEAD
300+
[0.16.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...python-v0.16.3
298301
[0.16.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.1...python-v0.16.2
299302
[0.16.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.0...python-v0.16.1
300303
[0.16.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.14.0...python-v0.16.0

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonschema-python"
3-
version = "0.16.2"
3+
version = "0.16.3"
44
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)