Skip to content

Commit 094d24b

Browse files
authored
Merge pull request #339 from michaelhly/release-29
Release v0.29
2 parents 6270c82 + 800949f commit 094d24b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.28.1
2+
current_version = 0.29.0
33
commit = True
44
tag = True
55

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.29.0] - Unreleased
3+
## [0.29.0] - 2023-01-13
44

55
## Added
66

@@ -27,7 +27,7 @@
2727
- Remove constant `solana.transaction.SIG_LENGTH` in favour of `solders.signature.Signature.LENGTH`.
2828
- Remove unused `solana.transaction.SigPubkeyPair`.
2929
- Use latest solders [(#334)](https://github.com/michaelhly/solana-py/pull/334)
30-
- Use new `solders.rpc.requests.SendRawTransasction` in `send_raw_transaction` methods
30+
- Use new `solders.rpc.requests.SendRawTransaction` in `send_raw_transaction` methods [(#332)](https://github.com/michaelhly/solana-py/pull/332)
3131

3232
## [0.28.1] - 2022-12-29
3333

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "solana"
3-
version = "0.28.1"
3+
version = "0.29.0"
44
description = "Solana Python API"
55
authors = ["Michael Huang <michaelhly@gmail.com>", "Kevin Heavey <heaveykevin2@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)