Bump version for release.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Dan Helfman 2019-06-17 12:16:23 -07:00
parent b3aa6af859
commit da459d95b8
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
1.3.7.dev0
1.3.7
* #196: Fix for unclear error message for invalid YAML merge include.
* #197: Don't color syslog output.
* Change default syslog verbosity to show errors only.

View File

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