We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84f2c55 + 75873f1 commit cc77a68Copy full SHA for cc77a68
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].
6
7
+## [3.16.1](https://github.com/baking-bad/pytezos/compare/3.16.0...3.16.1) - 2026-10-27
8
+
9
+### Fixed
10
11
+- Michelson TZT tests updated and moved to new repo
12
+- Other maintenance infrastacture fixes
13
14
## [3.16.0](https://github.com/baking-bad/pytezos/compare/3.15.0...3.16.0) - 2026-09-15
15
16
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pytezos"
3
-version = "3.16.0"
+version = "3.16.1"
description = "Python toolkit for Tezos"
license = "MIT"
authors = [
0 commit comments