Skip to content

Commit c074b82

Browse files
committed
chore: release v0.2.1
1 parent 25e4d70 commit c074b82

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.1 (2021-11-09)
6+
### Fix
7+
* Use valid pypi classifier ([`25e4d70`](https://github.com/cancom/python-hostingde/commit/25e4d708c6a9eed7b347a53b65b1f80cf7cb8548))
8+
59
## v0.2.0 (2021-11-09)
610
### Feature
711
* Adds client dependency injection to model ([#8](https://github.com/cancom/python-hostingde/issues/8)) ([`07a9d52`](https://github.com/cancom/python-hostingde/commit/07a9d525d6adfa6490a31794adabd20eeafc2a19))

hostingde/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__email__ = "opensource@cancom.de"
33
__license__ = "MIT"
44
__title__ = "python-hostingde"
5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)