Skip to content

Commit 00487cc

Browse files
committed
Bump version to 0.23.1
1 parent 816d581 commit 00487cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ While the project is still on major version 0, breaking changes may be introduce
1414

1515
<!-- ## Unreleased -->
1616

17+
## [0.23.1](https://github.com/unioslo/harborapi/tree/harborapi-v0.23.1) - 2024-01-22
18+
19+
## Changed
20+
21+
- All URLs now point to new repo owner.
22+
1723
## [0.23.0](https://github.com/unioslo/harborapi/tree/harborapi-v0.23.0) - 2023-12-19
1824

1925
The big Pydantic V2 update. This is a major update in terms of both scope and API compatibility.

harborapi/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.23.0"
3+
__version__ = "0.23.1"

0 commit comments

Comments
 (0)