Skip to content

Commit e7fa129

Browse files
committed
v5.13.1
1 parent 70b54e8 commit e7fa129

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Pyro5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Pyro - Python Remote Objects. Copyright by Irmen de Jong ([email protected]).
55
"""
66

7-
__version__ = "5.14.dev0"
7+
__version__ = "5.13.1"
88
__author__ = "Irmen de Jong"
99

1010

docs/source/changelog.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
Change Log
33
**********
44

5-
**Pyro 5.14**
5+
**Pyro 5.13.1**
66

7-
- fix @expose issue on Python 3.10 static method/classmethod due to python API change
8-
9-
...
7+
- fixed @expose issue on static method/classmethod due to API change in Python 3.10
108

119

1210
**Pyro 5.13**

0 commit comments

Comments
 (0)