Преглед на файлове

Bump version for release.

Dan Helfman преди 2 години
родител
ревизия
bdfe4b61eb
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      NEWS
  2. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-1.7.9.dev0
+1.7.9
  * #295: Add a SQLite database dump/restore hook.
  * #295: Add a SQLite database dump/restore hook.
  * #304: Change the default action order when no actions are specified on the command-line to:
  * #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
    "create", "prune", "compact", "check". If you'd like to retain the old ordering ("prune" and

+ 1 - 1
setup.py

@@ -1,6 +1,6 @@
 from setuptools import find_packages, setup
 from setuptools import find_packages, setup
 
 
-VERSION = '1.7.9.dev0'
+VERSION = '1.7.9'
 
 
 
 
 setup(
 setup(