Skip to content

Commit c8782d2

Browse files
committed
version
1 parent 0b01f41 commit c8782d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.6.dev0"
7+
__version__ = "5.6"
88
__author__ = "Irmen de Jong"
99

1010

docs/source/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Change Log
55
**Pyro 5.6**
66

77
- improved and cleaned up exception handling throughout the code base
8+
- URIs now accept spaces in the location part. This is useful for unix domain sockets.
89

910

1011
**Pyro 5.5**

0 commit comments

Comments
 (0)