Skip to content

Commit

Permalink
bump version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Feb 23, 2025
1 parent b69c48b commit 35e9f42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
🚀 Changelog
============

0.7.1 (2025-02-22)
0.7.1 (2025-02-23)
------------------

- ``Date.add`` and ``Date.subtract`` now support ``DateDelta`` to be passed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maintainers = [
{name = "Arie Bovenberg", email = "[email protected]"},
]
readme = "README.md"
version = "0.7.0"
version = "0.7.1"
license = {text = "MIT"}
description = "Modern datetime library for Python"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion pysrc/whenever/_pywhenever.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# - It saves some overhead
from __future__ import annotations

__version__ = "0.7.0"
__version__ = "0.7.1"

import enum
import re
Expand Down

0 comments on commit 35e9f42

Please sign in to comment.