Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 31, 2022
1 parent fc9bb8f commit becb052
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Releases

## grimoirelab-toolkit 0.3.2 - (2022-10-31)

* Update Poetry's package dependencies

## grimoirelab-toolkit 0.3.0 - (2022-05-31)

**Feature removals:**
Expand Down
4 changes: 2 additions & 2 deletions grimoirelab_toolkit/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2022-10-25 14:03:34.763992
__version__ = "0.3.2-rc.1"
# File auto-generated by semverup on 2022-10-31 09:00:38.258911
__version__ = "0.3.2"
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-toolkit"
version = "0.3.2-rc.1"
version = "0.3.2"
description = "Toolkit of common functions used across GrimoireLab"
authors = [
"GrimoireLab Developers"
Expand Down
3 changes: 3 additions & 0 deletions releases/0.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## grimoirelab-toolkit 0.3.2 - (2022-10-31)

* Update Poetry's package dependencies

0 comments on commit becb052

Please sign in to comment.