Bump version for release.
This commit is contained in:
parent
ca4461820d
commit
bdfe4b61eb
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
|||
1.7.9.dev0
|
||||
1.7.9
|
||||
* #295: Add a SQLite database dump/restore hook.
|
||||
* #304: Change the default action order when no actions are specified on the command-line to:
|
||||
"create", "prune", "compact", "check". If you'd like to retain the old ordering ("prune" and
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '1.7.9.dev0'
|
||||
VERSION = '1.7.9'
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue