From d3845f735cafa98a4d2065641a12f2f49c20fe34 Mon Sep 17 00:00:00 2001 From: Viktor Dick Date: Fri, 22 May 2020 07:59:10 +0200 Subject: [PATCH] Release --- CHANGELOG | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4173aa7..2fd92a3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,9 @@ -3.14.2.dev1 +3.14.2 * Merge separate watcher subclass into the corresponding subcommand class + * Fix watcher so it handles changes to Users inside `User Folder`s correctly (#30) -3.14.2.dev0 * Add dry-run options to playback and pick 3.14.1 diff --git a/setup.py b/setup.py index 2584e61..7903ed3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools setuptools.setup( name='perfact-zodbsync', - version='3.14.2.dev1', + version='3.14.2', description='Zope Recorder and Playback', long_description=''' ''', author='Ján Jockusch et.al.',