Skip to content

Commit 97668c9

Browse files
committed
Release 1.3.7-rc.1
1 parent 6490f91 commit 97668c9

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

grimoire_elk/_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-05-09 10:11:34.886554
2-
__version__ = "1.3.6"
1+
# File auto-generated by semverup on 2025-05-20 09:08:44.172697
2+
__version__ = "1.3.7-rc.1"

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 = "grimoire-elk"
3-
version = "1.3.6"
3+
version = "1.3.7-rc.1"
44
description = "GrimoireELK processes and stores software development data to ElasticSearch"
55
readme = "README.md"
66
authors = [

releases/1.3.7-rc.1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## grimoire-elk 1.3.7-rc.1 - (2025-05-20)
2+
3+
**Bug fixes:**
4+
5+
* GitHub incremental collection date\
6+
GitHub incremantal collection was not working correctly because of an
7+
inconsistence between the default dates in Perceval and ELK.
8+

0 commit comments

Comments
 (0)