From 71787e1990bdd6cfb6af5e770d0eb5750d5ccae3 Mon Sep 17 00:00:00 2001 From: Viktor Dick Date: Thu, 6 Jun 2019 13:32:10 +0200 Subject: [PATCH] Release version --- CHANGELOG | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 766c446..5cadb68 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -3.12.3b0 +3.12.3 Fix python3 crash in read_pdata, source might be bytes or string. Allow playing back of commits from a remote repository. diff --git a/setup.py b/setup.py index 79e5932..908865c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup(name='perfact-zodbsync', - version='3.12.3dev0', + version='3.12.3', description='Zope Recorder and Playback', long_description=''' ''', author='Ján Jockusch et.al.',