Skip to content

Commit 0d33995

Browse files
committed
Release 1.3.7
1 parent 5527693 commit 0d33995

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases
22

3+
## grimoire-elk 1.3.7 - (2025-05-20)
4+
5+
**Bug fixes:**
6+
7+
* GitHub incremental collection date\
8+
GitHub incremantal collection was not working correctly because of an
9+
inconsistence between the default dates in Perceval and ELK.
10+
11+
312
## grimoire-elk 1.3.6 - (2025-05-09)
413

514
* Update Poetry's package dependencies

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-20 09:08:44.172697
2-
__version__ = "1.3.7-rc.1"
1+
# File auto-generated by semverup on 2025-05-20 09:59:56.421301
2+
__version__ = "1.3.7"

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

releases/1.3.7.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 - (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+

releases/unreleased/processed/github-incremental-collection-date-defaults.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)