Skip to content

Commit 984928e

Browse files
committed
- prepare release 6.1
1 parent b20f31a commit 984928e

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

CHANGES.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Change History
33
================
44

5-
6.1 (unreleased)
5+
6.1 (2025-10-01)
66
================
77

88
- Add support for Python 3.13.
@@ -13,15 +13,17 @@
1313
6.0.1 (2025-04-13)
1414
==================
1515

16-
- repozo: fix restoring on stdout.
16+
- repozo: fix restoring on stdout.
1717

18-
- repozo: prevent an incorrect "option ignored" warning when running backup or verify.
18+
- repozo: prevent an incorrect "option ignored" warning when running backup
19+
or verify.
1920

20-
- FileStorage: fix `restore` regression introduced in ZODB 6.0 in `#395
21-
<https://github.com/zopefoundation/ZODB/pull/395>`_: when restoring data
22-
records with undo the `restore` was no longer emitting backpointers and was
23-
emitting duplicate data copies instead. `#409 <https://github.com/zopefoundation/ZODB/pull/409>`_
24-
fixes `restore` back to emit data records with backpointers for undo again.
21+
- FileStorage: fix `restore` regression introduced in ZODB 6.0 in `#395
22+
<https://github.com/zopefoundation/ZODB/pull/395>`_: when restoring data
23+
records with undo the `restore` was no longer emitting backpointers and was
24+
emitting duplicate data copies instead.
25+
`#409 <https://github.com/zopefoundation/ZODB/pull/409>`_
26+
fixes `restore` back to emit data records with backpointers for undo again.
2527

2628

2729
6.0 (2024-03-20)
@@ -33,7 +35,8 @@
3335

3436
- Fix sorting issue in ``scripts/space.py``.
3537

36-
- FileStorage: fix a rare data corruption when using restore after multiple undos.
38+
- FileStorage: fix a rare data corruption when using restore after multiple
39+
undos.
3740
For details see `#395 <https://github.com/zopefoundation/ZODB/pull/395>`_.
3841

3942
- Fix exit code of ``repozo`` script in case of verification error.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(path):
2525

2626
setup(
2727
name="ZODB",
28-
version='6.1.dev0',
28+
version='6.1',
2929
author="Jim Fulton",
3030
author_email="jim@zope.com",
3131
maintainer="Zope Foundation and Contributors",

0 commit comments

Comments
 (0)