Skip to content

Commit 556cd5a

Browse files
author
Viktor Dick
committed
Release
1 parent 5c30020 commit 556cd5a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
3.14.0.dev3
1+
3.14.0
22
* Auto-stash unstaged changes if picking commits
33

4-
3.14.0.dev2
54
* Include a test suite and some first tests
65

7-
3.14.0.dev1
86
* Allow picking commit ranges by using COMMIT1..COMMIT2
97

10-
3.14.0.dev0
118
* Switch to using a single excutable `zodbsync` with subcommands like
129
`record`, `playback`, `watch` and `pick`, opening the way to add further
1310
functionality.
11+
1412
* Remove unused features like recording since a given timestamp or
1513
transaction ID. Also remove `--apply` functionality, which was not very
1614
helpful in the case of merge conflicts. If you really need to apply a

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import setuptools
66
setuptools.setup(
77
name='perfact-zodbsync',
8-
version='3.14.0.dev3',
8+
version='3.14.0',
99
description='Zope Recorder and Playback',
1010
long_description=''' ''',
1111
author='Ján Jockusch et.al.',

0 commit comments

Comments
 (0)