Skip to content

Commit

Permalink
chore(main): release 0.9.3 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisimcevoy authored Dec 18, 2024
1 parent 9281bf3 commit a179661
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.3](https://github.com/chrisimcevoy/pyoda-time/compare/v0.9.2...v0.9.3) (2024-12-18)


### Bug Fixes

* use hatch build backend ([9281bf3](https://github.com/chrisimcevoy/pyoda-time/commit/9281bf313d7d4943270ad7db905b7e01cc3f51c4))

## [0.9.2](https://github.com/chrisimcevoy/pyoda-time/compare/v0.9.1...v0.9.2) (2024-12-18)


Expand Down
2 changes: 1 addition & 1 deletion pyoda_time/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by the Apache License 2.0,
# as found in the LICENSE.txt file.

__version__ = "0.9.2"
__version__ = "0.9.3"

__all__: list[str] = [
"calendars",
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 = "hatchling.build"

[project]
name = "pyoda-time"
version = "0.9.2"
version = "0.9.3"
description = "An alternative datetime library for Python."
authors = [
{name = "Chris McEvoy", email = "[email protected]"},
Expand Down

0 comments on commit a179661

Please sign in to comment.