Commit 144f1b41 authored by Jérome Perrin's avatar Jérome Perrin

version up

parent 84dc28ae
Zodbtools change history
========================
0.0.0.dev9 (unreleased)
-----------------------
- Add support for python 3 (commit__).
__ https://lab.nexedi.com/nexedi/zodbtools/commit/7ae5ff8
- new `zodb restore` command to restore output of `zodb dump`. (commit__)
__ https://lab.nexedi.com/nexedi/zodbtools/commit/b944e0e
- `zodb dump` supports `--pretty` option with a format to show pickles
disassembly. (commit__)
__ https://lab.nexedi.com/nexedi/zodbtools/commit/80559a9
- Drop support for ZODB 3.
- `zodb info`: Provide "head" as command to query DB head;
Turn "last_tid" into deprecated alias for head (commit__)
__ https://lab.nexedi.com/nexedi/zodbtools/commit/a2e4dd2
0.0.0.dev8 (2019-03-07)
-----------------------
......
......@@ -8,7 +8,7 @@ def readfile(path):
setup(
name = 'zodbtools',
version = '0.0.0.dev8',
version = '0.0.0.dev9',
description = 'ZODB-related utilities',
long_description = '%s\n----\n\n%s' % (
readfile('README.rst'), readfile('CHANGELOG.rst')),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment