Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 1, 2022
1 parent 5eef3df commit aed6020
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.1.2 (2022-01-01)
### Fix
* Run `python-semantic-release` via `pdm` ([`5eef3df`](https://github.com/jaynewey/py-unite-db/commit/5eef3df55e973eb02bfa2cd9131e35ee0f909483))

## v0.1.1 (2022-01-01)
### Fix
* Remove leading '-' from `fetch-depth` ([`209f17f`](https://github.com/jaynewey/py-unite-db/commit/209f17f9d211e574a0c2629f26fa48de48c486ce))
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.1.1"
__version__ = "0.1.2"

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.1.1"
version = "0.1.2"
description = "Unnofficial Python wrapper of the unite-db.com REST API."
authors = [
{name = "Jay Newey", email = "[email protected]"},
Expand Down

0 comments on commit aed6020

Please sign in to comment.