We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12000e6 commit d3845f7Copy full SHA for d3845f7
CHANGELOG
@@ -1,9 +1,9 @@
1
-3.14.2.dev1
+3.14.2
2
* Merge separate watcher subclass into the corresponding subcommand class
3
+
4
* Fix watcher so it handles changes to Users inside `User Folder`s correctly
5
(#30)
6
-3.14.2.dev0
7
* Add dry-run options to playback and pick
8
9
3.14.1
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',
10
long_description=''' ''',
11
author='Ján Jockusch et.al.',
0 commit comments