Skip to content

Commit

Permalink
Merge pull request #161 from octoenergy/release-5.0.1
Browse files Browse the repository at this point in the history
Bump version to v5.0.1
  • Loading branch information
jarshwah authored Jun 18, 2024
2 parents b86a601 + 3dad097 commit 9470ffa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## v5.0.1 - 2024-06-18

- Implements `__copy__` and `__deepcopy__` on Range types [#160](https://github.com/octoenergy/xocto/pull/160/)

## v5.0.0 - 2024-06-18

- [Breaking] Range types are now (mostly) immutable [#142](https://github.com/octoenergy/xocto/pull/142)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "xocto"
version = "5.0.0"
version = "5.0.1"
requires-python = ">=3.9"
description = "Kraken Technologies Python service utilities"
readme = "README.md"
Expand Down

0 comments on commit 9470ffa

Please sign in to comment.