Bump version for release.
This commit is contained in:
parent
06c2154e6a
commit
cacb81f086
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.8.3.dev0
|
1.8.3
|
||||||
* #665: BREAKING: Simplify logging logic as follows: Syslog verbosity is now disabled by
|
* #665: BREAKING: Simplify logging logic as follows: Syslog verbosity is now disabled by
|
||||||
default, but setting the "--syslog-verbosity" flag enables it regardless of whether you're at an
|
default, but setting the "--syslog-verbosity" flag enables it regardless of whether you're at an
|
||||||
interactive console. Additionally, "--log-file-verbosity" and "--monitoring-verbosity" now
|
interactive console. Additionally, "--log-file-verbosity" and "--monitoring-verbosity" now
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.8.3.dev0'
|
VERSION = '1.8.3'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue