We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f919d commit 4d9b7ccCopy full SHA for 4d9b7cc
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v2.0.1 - 2021-09-16
4
+
5
+### Fixed
6
7
+- #79 - Fix `HtmlParserGTT1` regex parsing.
8
9
## v2.0.0 - 2021-09-15
10
11
### Added
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "circuit-maintenance-parser"
-version = "2.0.0"
+version = "2.0.1"
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
authors = ["Network to Code <[email protected]>"]
license = "Apache-2.0"
0 commit comments