Skip to content

Commit

Permalink
Merge pull request #47 from networktocode/release-v1.2.3
Browse files Browse the repository at this point in the history
Release v1.2.3
  • Loading branch information
chadell authored Aug 12, 2021
2 parents b81d5f3 + e89ce82 commit 4f7a8e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.2.3 - 2021-08-12

### Fixed

- #46 - Accept <8.0 Click version to avoid dependency issues with other client packages

## v1.2.2 - 2021-08-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "circuit-maintenance-parser"
version = "1.2.2"
version = "1.2.3"
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
authors = ["Network to Code <opensource@networktocode.com>"]
license = "Apache-2.0"
Expand All @@ -22,7 +22,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.6.1"
click = "^8.0"
click = ">=7.1, <9.0"
pydantic = {version = "^1.8.2", extras = ["dotenv"]}
toml = "0.10.2"
icalendar = "^4.0.7"
Expand Down

0 comments on commit 4f7a8e9

Please sign in to comment.