Skip to content

Commit a457678

Browse files
authored
Release new version
1 parent 9a14d09 commit a457678

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
3.12.5.dev0
2-
Change handling of strings in metadata for transition from Python 2 to 3.
1+
3.12.5
2+
Sort properties alphabetically when recording, ensuring stability when
3+
playing back and re-recording.
34

4-
WARNING: If updating to this version, you must expect a large diff in your
5-
repository on the next call to zoperecord.
5+
Consequently use relative paths and os.path.join, fixing #15.
6+
7+
Change handling of strings in metadata for transition from Python 2 to 3.
68

79
* Properties that were stored as bytes in Python 2 and are stored as Unicode
810
in Python 3 are now recorded using UTF-8 literals instead of their 7-bit
@@ -15,6 +17,9 @@
1517

1618
* Metadata recording no longer attempts to split long lines.
1719

20+
WARNING: If updating to this version, you must expect a large diff in your
21+
repository on the next call to zoperecord.
22+
1823
3.12.4
1924
Provide a wrapper to apply patches and play back the affected objects.
2025

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup
66
setup(name='perfact-zodbsync',
7-
version='3.12.4',
7+
version='3.12.5',
88
description='Zope Recorder and Playback',
99
long_description=''' ''',
1010
author='Ján Jockusch et.al.',

0 commit comments

Comments
 (0)