Skip to content

Commit 4f3244b

Browse files
committed
Bump version to v0.7.3
1 parent 28ddd95 commit 4f3244b

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.7.3] - 2023-02-05
8+
9+
**Implemented enhancements:**
10+
11+
- CIP-0008: Allow for signing with stake key directly [\#154](https://github.com/Python-Cardano/pycardano/pull/154) ([thaddeusdiamond](https://github.com/thaddeusdiamond))
12+
- Generalize the "plutus" section and introduce alternative languages [\#145](https://github.com/Python-Cardano/pycardano/pull/145) ([nielstron](https://github.com/nielstron))
13+
- Switch the Plutus introduction to eopsin [\#144](https://github.com/Python-Cardano/pycardano/pull/144) ([nielstron](https://github.com/nielstron))
14+
- Fix static typing [\#139](https://github.com/Python-Cardano/pycardano/pull/139) ([cffls](https://github.com/cffls))
15+
16+
**Fixed bugs:**
17+
18+
- Default to preprod testnet with blockfrost [\#143](https://github.com/Python-Cardano/pycardano/pull/143) ([nielstron](https://github.com/nielstron))
19+
20+
**Closed issues:**
21+
22+
- Docs for adding arbitrary datum value to .add\_output method [\#116](https://github.com/Python-Cardano/pycardano/issues/116)
23+
24+
**Merged pull requests:**
25+
26+
- Fix typo in documentation pointing to Network.PREPROD [\#152](https://github.com/Python-Cardano/pycardano/pull/152) ([nielstron](https://github.com/nielstron))
27+
- Bump pytest from 7.2.0 to 7.2.1 [\#150](https://github.com/Python-Cardano/pycardano/pull/150) ([dependabot[bot]](https://github.com/apps/dependabot))
28+
- Fix typo that broke link formatting in the plutus introduction [\#149](https://github.com/Python-Cardano/pycardano/pull/149) ([nielstron](https://github.com/nielstron))
29+
- Remove mention of pyaiken in plutus docs [\#147](https://github.com/Python-Cardano/pycardano/pull/147) ([nielstron](https://github.com/nielstron))
30+
- Rename plutus sample contract name to correct "Gift contract" [\#146](https://github.com/Python-Cardano/pycardano/pull/146) ([nielstron](https://github.com/nielstron))
31+
- Bump isort from 5.10.1 to 5.11.4 [\#142](https://github.com/Python-Cardano/pycardano/pull/142) ([dependabot[bot]](https://github.com/apps/dependabot))
32+
- Bump mypy from 0.990 to 0.991 [\#133](https://github.com/Python-Cardano/pycardano/pull/133) ([dependabot[bot]](https://github.com/apps/dependabot))
33+
34+
735
## [0.7.2] - 2022-12-03
836

937
**Implemented enhancements:**

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycardano"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
classifiers = [
55
"Intended Audience :: Developers",
66
"License :: OSI Approved :: MIT License",
@@ -10,9 +10,10 @@ classifiers = [
1010
"Programming Language :: Python :: 3.8",
1111
"Programming Language :: Python :: 3.9",
1212
"Programming Language :: Python :: 3.10",
13+
"Programming Language :: Python :: 3.11",
1314
]
1415
description = "A Cardano library in Python"
15-
homepage = "https://github.com/cffls/pycardano"
16+
homepage = "https://github.com/Python-Cardano/pycardano"
1617
documentation = "https://pycardano.readthedocs.io/en/latest/"
1718
keywords = ["python", "cardano", "blockchain", "crypto"]
1819
authors = ["Jerry <[email protected]>"]

0 commit comments

Comments
 (0)