Skip to content

Commit 8e9dfa4

Browse files
committed
Release 1.0.13-rc.1
1 parent d56fb07 commit 8e9dfa4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

grimoirelab_toolkit/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2025-06-18 09:42:49.652757
2-
__version__ = "1.0.12"
1+
# File auto-generated by semverup on 2025-06-19 13:34:11.670246
2+
__version__ = "1.0.13-rc.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "grimoirelab-toolkit"
3-
version = "1.0.12"
3+
version = "1.0.13-rc.1"
44
description = "Toolkit of common functions used across GrimoireLab"
55
authors = [
66
"GrimoireLab Developers"

releases/1.0.13-rc.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## grimoirelab-toolkit 1.0.13-rc.1 - (2025-06-19)
2+
3+
**Bug fixes:**
4+
5+
* Deprecated utcfromtimestamp updated\
6+
Class method `utcfromtimestamp` was deprecated in Python 3.12 and it
7+
recommends using `fromtimestamp` with UTC instead.
8+

releases/unreleased/deprecated-utcfromtimestamp-updated.yml renamed to releases/unreleased/processed/deprecated-utcfromtimestamp-updated.yml

File renamed without changes.

0 commit comments

Comments
 (0)