Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 10, 2022
1 parent b14843e commit d247b3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.1 (2022-01-10)
### Fix
* Add `F` tier to `Tier` type ([#6](https://github.com/jaynewey/py-unite-db/issues/6)) ([`b14843e`](https://github.com/jaynewey/py-unite-db/commit/b14843e5fae7a708ee4bba8455932a905c2651a1))

## v0.2.0 (2022-01-09)
### Feature
* Add `Pokemon.name_at` method ([`444b5fb`](https://github.com/jaynewey/py-unite-db/commit/444b5fb23e88a5b0591d7d17cad1a54b29e4fb9e))
Expand Down
2 changes: 1 addition & 1 deletion py_unite_db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from . import models, types
from .unite_db import UniteDbBase

__version__ = "0.2.0"
__version__ = "0.2.1"

BASE_URL = "https://unite-db.com"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "py_unite_db"
version = "0.2.0"
version = "0.2.1"
description = "Unnofficial Python wrapper of the unite-db.com REST API."
authors = [
{name = "Jay Newey", email = "[email protected]"},
Expand Down

0 comments on commit d247b3b

Please sign in to comment.