From 06f7a0084d75a65e532d5a6125370f9bca0e5101 Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Fri, 12 Jul 2024 10:18:46 -0300 Subject: [PATCH] Bump version 3.13.3 --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fadaee5..3cfb2a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.13.3](https://github.com/baking-bad/pytezos/compare/3.13.2...3.13.3) (2024-07-12) + +### Fixed + +* Fixed Python 3.12 compatibility on .deb-based systems. + +### Changed + +* `secp256k1` dependency replaced with `coincurve`. + ## [3.13.2](https://github.com/baking-bad/pytezos/compare/3.13.1...3.13.2) (2024-06-27) ### Fixed diff --git a/pyproject.toml b/pyproject.toml index b4392d45..fde5a51b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,17 +1,18 @@ [tool.poetry] name = "pytezos" -version = "3.13.2" +version = "3.13.3" description = "Python toolkit for Tezos" license = "MIT" authors = [ "Michael Zaikin ", "Lev Gorodetskii ", + "Igor Sereda ", "Arthur Breitman", "Roman Serikov", ] maintainers = [ - "Michael Zaikin ", "Lev Gorodetskii ", + "Igor Sereda ", ] readme = "README.md" repository = "https://github.com/baking-bad/pytezos"