Skip to content

Commit 63aabab

Browse files
committed
release 5.16
1 parent 93f867a commit 63aabab

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

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 (irmen@razorvine.net).
55
"""
66

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

1010

Readme.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Pyro5
99
.. image:: https://anaconda.org/conda-forge/pyro5/badges/version.svg
1010
:target: https://anaconda.org/conda-forge/pyro5
1111

12+
**Project status: super low maintenance mode. Not really worked on anymore, only reported bugs will be looked at.**
13+
1214

1315
Info
1416
----

docs/source/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Change Log
44

55
**Pyro 5.16**
66

7-
- removed Python 3.8 from the support list (it is EOL). Now supported on Python 3.9 or newer.
7+
- project going into super low maintenance mode, I don't plan on working on it any longer unless nasty bugs are reported.
8+
- properties can now be a streaming generator too
9+
- loopCondition is relayed from start_ns_loop() to its daemon
10+
- removed Python 3.8 and 3.9 from the support list (they are EOL). Now supported on Python 3.10 or newer.
811
- docs: clarify @expose on a class not automatically exposing base class(es).
912

1013

0 commit comments

Comments
 (0)