Skip to content

Commit

Permalink
Bump version 3.13.3 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Jul 12, 2024
1 parent 81264c7 commit 2f3ab66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Lev Gorodetskii <[email protected]>",
"Igor Sereda <[email protected]>",
"Arthur Breitman",
"Roman Serikov",
]
maintainers = [
"Michael Zaikin <[email protected]>",
"Lev Gorodetskii <[email protected]>",
"Igor Sereda <[email protected]>",
]
readme = "README.md"
repository = "https://github.com/baking-bad/pytezos"
Expand Down

0 comments on commit 2f3ab66

Please sign in to comment.