Skip to content

Commit

Permalink
Release 0.7.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jan 23, 2023
1 parent 920a124 commit 4b32daf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions grimoirelab/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-01-23 11:09:42.286763
__version__ = "0.7.2"
# File auto-generated by semverup on 2023-01-23 13:14:15.984122
__version__ = "0.7.3-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 = "grimoirelab"
version = "0.7.2"
version = "0.7.3-rc.1"
description = "Tool set for software development analytics"
authors = [
"GrimoireLab Developers"
Expand Down
16 changes: 16 additions & 0 deletions releases/0.7.3-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# GrimoireLab 0.7.3-rc.1
The following list describes the changes by component:














2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grimoirelab==0.7.2
grimoirelab==0.7.3-rc.1
grimoirelab-toolkit==0.3.3-rc.1
perceval==0.21.2-rc.4
perceval-mozilla==0.3.6-rc.4
Expand Down

0 comments on commit 4b32daf

Please sign in to comment.