We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580bbea commit 169c4f1Copy full SHA for 169c4f1
nut2.py
@@ -6,7 +6,7 @@
6
* PyNUTClient: Allows connecting to and communicating with PyNUT
7
servers.
8
9
-Copyright (C) 2018 Ryan Shipp
+Copyright (C) 2019 Ryan Shipp
10
11
This program is free software: you can redistribute it and/or modify
12
it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
26
import logging
27
28
29
-__version__ = '2.1.0'
+__version__ = '2.1.1'
30
__all__ = ['PyNUTError', 'PyNUTClient']
31
32
logging.basicConfig(level=logging.WARNING, format="[%(levelname)s] %(message)s")
0 commit comments