Skip to content

Commit

Permalink
Bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Sep 9, 2020
1 parent 70d195c commit 306163a
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 89 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This changelog catalogs all notable changes made to the project. The format
is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Releases are
versioned in accordance with [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.2] - 2020-09-09

### Changed:
- Updated servox target dependency to v0.7.0

## [0.2.1] - 2020-09-03

### Changed:
Expand Down
132 changes: 45 additions & 87 deletions 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 = "servo-webhooks"
version = "0.2.1"
version = "0.2.2"
description = "A flexible webhooks connector for Opsani Servo assemblies"
authors = ["Blake Watters <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/opsani/servo-webhooks"

[tool.poetry.dependencies]
python = "^3.8"
servox = "^0.6.0"
servox = "^0.7.0"

[tool.poetry.dev-dependencies]
pytest = "^6.0.1"
Expand Down

0 comments on commit 306163a

Please sign in to comment.