@@ -1,5 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
## 1.13.0 - 2020-02-16
|
## 1.13.0 - 2020-02-16
|
||||||
### Additions
|
### Additions
|
||||||
- Support for
|
- Support for
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ def initialize_logging(loglevel):
|
|||||||
|
|
||||||
def configure_logging(loglevel):
|
def configure_logging(loglevel):
|
||||||
root = logging.getLogger()
|
root = logging.getLogger()
|
||||||
minlevel = LOG_LEVEL
|
minlevel = loglevel
|
||||||
|
|
||||||
# stream logging handler
|
# stream logging handler
|
||||||
handler = root.handlers[0]
|
handler = root.handlers[0]
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
# it under the terms of the GNU General Public License version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
# published by the Free Software Foundation.
|
# published by the Free Software Foundation.
|
||||||
|
|
||||||
__version__ = "1.13.0"
|
__version__ = "1.13.1-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user