Skip to content

Commit

Permalink
Release 0.2.6-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jan 9, 2023
1 parent 47dca92 commit 01b171e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arthur/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2022-11-07 09:45:44.233574
__version__ = "0.2.5"
# File auto-generated by semverup on 2023-01-09 19:40:27.430427
__version__ = "0.2.6-rc.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kingarthur"
version = "0.2.5"
version = "0.2.6-rc.1"
description = "Distributed job queue platform for scheduling Perceval jobs"
authors = [
"GrimoireLab Developers"]
Expand Down
3 changes: 3 additions & 0 deletions releases/0.2.6-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## kingarthur 0.2.6-rc.1 - (2023-01-09)

* Update Poetry's package dependencies

0 comments on commit 01b171e

Please sign in to comment.