Skip to content

Commit

Permalink
Release 0.104.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Apr 21, 2023
1 parent 2b316d4 commit 06aa161
Show file tree
Hide file tree
Showing 4 changed files with 12 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 2023-02-03 08:44:16.638521
__version__ = "0.104.2"
# File auto-generated by semverup on 2023-04-21 07:50:56.182247
__version__ = "0.104.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 = "grimoire-elk"
version = "0.104.2"
version = "0.104.3-rc.1"
description = "GrimoireELK processes and stores software development data to ElasticSearch"
readme = "README.md"
authors = [
Expand Down
9 changes: 9 additions & 0 deletions releases/0.104.3-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## grimoire-elk 0.104.3-rc.1 - (2023-04-21)

**Bug fixes:**

* Fix typo in SortingHat fields\
Some fields were not updated from the old version of SortingHat. Now
the API returns 'isBot' and 'genderAcc' instead of 'is_bot' and
'gender_acc'.

0 comments on commit 06aa161

Please sign in to comment.