Skip to content

Commit b3f6930

Browse files
author
github-actions
committed
chore: release v0.7.2
1 parent 042ac4e commit b3f6930

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.7.2 (2023-01-03)
6+
### Fix
7+
* Removes responses from requirements ([#23](https://github.com/cancom/python-hostingde/issues/23)) ([`042ac4e`](https://github.com/cancom/python-hostingde/commit/042ac4e19abf0e254dd45b651bc19f6ca60a33ac))
8+
59
## v0.7.1 (2022-10-24)
610
### Fix
711
* Adds account_id to domains model ([#21](https://github.com/cancom/python-hostingde/issues/21)) ([`8875185`](https://github.com/cancom/python-hostingde/commit/8875185ba06ef6930e951f061221e06e801e0ee1))

hostingde/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__email__ = "[email protected]"
33
__license__ = "MIT"
44
__title__ = "python-hostingde"
5-
__version__ = "0.7.1"
5+
__version__ = "0.7.2"

0 commit comments

Comments
 (0)