Skip to content

Commit 1959fe4

Browse files
committed
bump version 1.10.1
1 parent 47928b3 commit 1959fe4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
1.10.1 (2024-11-13)
5+
------------------
6+
7+
- minor bugfixes
8+
9+
410
1.10.0 (2024-11-12)
511
------------------
612

pjrpc/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__description__ = 'Extensible JSON-RPC library'
33
__url__ = 'https://github.com/dapper91/pjrpc'
44

5-
__version__ = '1.10.0'
5+
__version__ = '1.10.1'
66

77
__author__ = 'Dmitry Pershin'
88
__email__ = '[email protected]'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pjrpc"
3-
version = "1.10.0"
3+
version = "1.10.1"
44
description = "Extensible JSON-RPC library"
55
authors = ["Dmitry Pershin <[email protected]>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)