Skip to content

Commit

Permalink
chore(main): release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisimcevoy committed Jan 26, 2025
1 parent 397e093 commit 8c28d5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.11.0](https://github.com/chrisimcevoy/pyoda-time/compare/v0.10.0...v0.11.0) (2025-01-26)


### Features

* Implement `LocalDate`, `OffsetDate` and `DateInterval` ([#252](https://github.com/chrisimcevoy/pyoda-time/issues/252)) ([7783a03](https://github.com/chrisimcevoy/pyoda-time/commit/7783a030b4c2fb03b5b319c929659a8ec1b86e22))
* standardise `.With()` ports ([#259](https://github.com/chrisimcevoy/pyoda-time/issues/259)) ([397e093](https://github.com/chrisimcevoy/pyoda-time/commit/397e09304898a2e28917cdd1aa5ae70c7e5b5ad6))

## [0.10.0](https://github.com/chrisimcevoy/pyoda-time/compare/v0.9.3...v0.10.0) (2025-01-12)


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.10.0"
__version__ = "0.11.0"

__all__: list[str] = [
"AmbiguousTimeError",
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.10.0"
version = "0.11.0"
description = "An alternative datetime library for Python."
authors = [
{name = "Chris McEvoy", email = "[email protected]"},
Expand Down

0 comments on commit 8c28d5f

Please sign in to comment.