From 172a6e94f81db46035dd2b55ba9ff1322b2a0386 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Thu, 8 Oct 2015 22:29:32 +0200 Subject: [PATCH] release 4.40 --- src/Pyro4/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pyro4/constants.py b/src/Pyro4/constants.py index f6e800ad..1e44326b 100644 --- a/src/Pyro4/constants.py +++ b/src/Pyro4/constants.py @@ -5,7 +5,7 @@ """ # Pyro version -VERSION = "4.40.dev0" +VERSION = "4.40" # standard object name for the Daemon object DAEMON_NAME = "Pyro.Daemon"