Skip to content

Commit

Permalink
Release 1.3.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmerchante committed Dec 11, 2024
1 parent 1dcc63b commit 16ad1b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grimoire_elk/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-11-13 16:14:49.793995
__version__ = "1.3.1"
# File auto-generated by semverup on 2024-12-11 09:30:44.906969
__version__ = "1.3.2-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 = "grimoire-elk"
version = "1.3.1"
version = "1.3.2-rc.1"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
3 changes: 3 additions & 0 deletions releases/1.3.2-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## grimoire-elk 1.3.2-rc.1 - (2024-12-11)

* Update Poetry's package dependencies

0 comments on commit 16ad1b2

Please sign in to comment.