Browse Source

Bump version for release.

Dan Helfman 2 years ago
parent
commit
f79286fc91
2 changed files with 3 additions and 3 deletions
  1. 2 2
      NEWS
  2. 1 1
      setup.py

+ 2 - 2
NEWS

@@ -1,7 +1,7 @@
-1.7.5.dev0
+1.7.5
  * #311: Override PostgreSQL dump/restore commands via configuration options.
  * #604: Fix traceback when a configuration section is present but lacking any options.
- * #607: Clarify examples in include merging and deep merging documentation.
+ * #607: Clarify documentation examples for include merging and deep merging.
  * #611: Fix "data" consistency check to support "check_last" and consistency "prefix" options.
  * #613: Clarify documentation about multiple repositories and separate configuration files.
 

+ 1 - 1
setup.py

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