Skip to content

Commit a1a5893

Browse files
author
github-actions
committed
version incremented
1 parent 0b7557e commit a1a5893

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v0.26.0](https://github.com/db0/pythorhead/tree/v0.26.0) (2024-10-22)
4+
5+
[Full Changelog](https://github.com/db0/pythorhead/compare/v0.25.2...v0.26.0)
6+
7+
**Merged pull requests:**
8+
9+
- Make nodeinfo a property of Requestor [\#103](https://github.com/db0/pythorhead/pull/103) ([fixmycode](https://github.com/fixmycode))
10+
311
## [v0.25.2](https://github.com/db0/pythorhead/tree/v0.25.2) (2024-06-27)
412

513
[Full Changelog](https://github.com/db0/pythorhead/compare/v0.25.1...v0.25.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "A python library for interacting with Lemmy API"
88
authors = [
99
{name = "db0", email = "[email protected]"},
1010
]
11-
version = "v0.25.2"
11+
version = "v0.26.0"
1212
readme = "README.md"
1313
requires-python = ">=3.8"
1414
license = { file="LICENSE" }

0 commit comments

Comments
 (0)