From 2802d43ba35d4a6c1d42891df05be37c173d4036 Mon Sep 17 00:00:00 2001 From: Glenn Matthews Date: Thu, 18 Nov 2021 09:13:42 -0500 Subject: [PATCH] Bump version and add release date --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81047013..28351b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v2.0.5 +## v2.0.5 - 2021-11-18 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 1f29ea6c..b7c920fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "circuit-maintenance-parser" -version = "2.0.4" +version = "2.0.5" description = "Python library to parse Circuit Maintenance notifications and return a structured data back" authors = ["Network to Code "] license = "Apache-2.0"