Skip to content

Commit cc0eee9

Browse files
committed
Release 0.0.1-rc.2
1 parent cfef750 commit cc0eee9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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-core"
3-
version = "0.0.1-rc.1"
3+
version = "0.0.1-rc.2"
44
description = "Core of GrimoireLab"
55
authors = [
66
"GrimoireLab Developers"

releases/0.0.1-rc.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## grimoirelab-core 0.0.1-rc.2 - (2025-01-16)
2+
3+
No changes list available.
4+

src/grimoirelab/core/_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-01-16 11:17:25.333441
2-
__version__ = "0.0.1-rc.1"
1+
# File auto-generated by semverup on 2025-01-16 11:50:05.274707
2+
__version__ = "0.0.1-rc.2"

0 commit comments

Comments
 (0)