Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakorgaur authored Apr 18, 2024
2 parents d287f1a + 9ec076d commit bc716ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.1.1 (2024-04-18)

### Fix

- Description

## v0.1.0 (2024-04-18)

### Feat
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nats-jwt"
version = "0.1.0"
version = "0.1.1"
description = "NATS JWT tokens signed using NKeys for the Python3 ecosystem"
authors = ["Seznam.cz, a.s. <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -31,9 +31,6 @@ update_changelog_on_bump = true
annotated_tag = true





[tool.poetry.group.test.dependencies]
pytest = "^7.4.3"
coverage = { version = "^7.3.2", extras = ["toml"] }
Expand Down

0 comments on commit bc716ac

Please sign in to comment.