Skip to content

Commit

Permalink
Release 0.3.1 (#101)
Browse files Browse the repository at this point in the history
* Release 0.3.1

* tidy

* Push
  • Loading branch information
inverse authored Oct 15, 2021
1 parent 3e5ec91 commit 4fc5c5d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.3.1 - 2021-10-15

- Fix dependency bug

## 0.3.0 - 2021-10-13

### Added
Expand Down
14 changes: 7 additions & 7 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 = "iolite-client"
version = "0.3.0"
version = "0.3.1"
description = "API client for interacting with IOLite's remote API"
authors = ["Malachi Soord <[email protected]>"]
license = "MIT"
Expand All @@ -14,6 +14,7 @@ python = "^3.7"
websockets = "*"
requests = "*"
aiohttp = "^3.7.4"
single-source = "^0.2.0"
environs = {version = "^9.3.4", optional = true}

[tool.poetry.dev-dependencies]
Expand All @@ -24,7 +25,6 @@ pytest-cov = "*"
responses = "*"
pytest-socket = "*"
freezegun = "*"
single-source = "^0.2.0"
aioresponses = "^0.7.2"

[tool.poetry.extras]
Expand Down

0 comments on commit 4fc5c5d

Please sign in to comment.