Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Sep 5, 2024
1 parent 24ae7f9 commit 1f5c79c
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
Expand Up @@ -4,7 +4,7 @@
0.6.8 (2024-09-05)
------------------

- Fix issue with object deallocation in particular Windows builds (#167)
- Fix object deallocation bug that caused a crash in rare cases (#167)

0.6.7 (2024-08-06)
------------------
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 @@ authors = [
{name = "Arie Bovenberg", email = "a.c.bovenberg@gmail.com"},
]
readme = "README.md"
version = "0.6.8rc1"
version = "0.6.8"
description = "Modern datetime library for Python, written in Rust"
requires-python = ">=3.9"
classifiers = [
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.6.8rc1"
__version__ = "0.6.8"

import enum
import re
Expand Down

0 comments on commit 1f5c79c

Please sign in to comment.