Skip to content

Commit cbe54a0

Browse files
committed
bump version 1.8.1.
1 parent 7058799 commit cbe54a0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.8.1 (2023-11-28)
5+
------------------
6+
7+
- client headers passing bug fixed.
8+
9+
410
1.8.0 (2023-09-26)
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.8.0'
5+
__version__ = '1.8.1'
66

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pjrpc"
3-
version = "1.8.0"
3+
version = "1.8.1"
44
description = "Extensible JSON-RPC library"
55
authors = ["Dmitry Pershin <[email protected]>"]
66
license = "Unlicense"
@@ -22,6 +22,7 @@ classifiers = [
2222
"Framework :: Django",
2323
"Framework :: Flask",
2424
"Framework :: Pytest",
25+
"Typing :: Typed",
2526
"Topic :: Internet :: WWW/HTTP",
2627
"Topic :: Software Development :: Libraries",
2728
"Topic :: Software Development :: Libraries :: Application Frameworks",

0 commit comments

Comments
 (0)