Skip to content

Commit

Permalink
Bump version to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Jan 22, 2024
1 parent 816d581 commit 00487cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ While the project is still on major version 0, breaking changes may be introduce

<!-- ## Unreleased -->

## [0.23.1](https://github.com/unioslo/harborapi/tree/harborapi-v0.23.1) - 2024-01-22

## Changed

- All URLs now point to new repo owner.

## [0.23.0](https://github.com/unioslo/harborapi/tree/harborapi-v0.23.0) - 2023-12-19

The big Pydantic V2 update. This is a major update in terms of both scope and API compatibility.
Expand Down
2 changes: 1 addition & 1 deletion harborapi/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "0.23.0"
__version__ = "0.23.1"

0 comments on commit 00487cc

Please sign in to comment.