Bump version for release.

This commit is contained in:
Dan Helfman 2023-09-30 13:37:10 -07:00
parent 06c2154e6a
commit cacb81f086
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -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

View File

@ -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(