Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Oct 10, 2018
1 parent f47d03a commit b7b79e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0rc23
1.0.0
2 changes: 1 addition & 1 deletion openvpn-monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def parse_global_section(self, config):
try:
self.settings[var] = config.get('openvpn-monitor', var)
except configparser.NoSectionError:
# remove before 1.0.0 release
# backwards compat
try:
self.settings[var] = config.get('OpenVPN-Monitor', var)
except configparser.NoOptionError:
Expand Down

0 comments on commit b7b79e5

Please sign in to comment.