Skip to content

Commit

Permalink
Release 0.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 2, 2022
1 parent 9775a54 commit 8b1d466
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Santiago Dueñas <sduenas@bitergia.com>

Contributors:
Andy Grunwald <andygrunwald@gmail.com>
Jesus M. Gonzalez-Barahona <jgb@gsyc.es>
Luis Cañas Díaz <lcanas@bitergia.com>
Miguel Angel Fernandez <mafesan@bitergia.com>
Valerio Cosentino <valcos@bitergia.com>
Quan Zhou <quan@bitergia.com>
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Releases

## Sorting Hat 0.7.20 - (2022-06-02)

**Bug fixes:**

* [gitdm] Skip invalid format lines\
Gitdm parser won't fail reading files with an invalid format. Instead,
it will ignore invalid content.


## Sorting Hat 0.7 - (2018-10-02)

**NOTICE: Database schema generated by SortingHat < 0.7.0 is still
Expand Down Expand Up @@ -251,3 +260,4 @@ Please check "Compatibility between versions" section from README.md file**
This has been modified to accept any type of aliases. Thus, the input file
passed to `gidm2sh` script will be a list of valid aliases instead of email
aliases.

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 = "sortinghat"
version = "0.7.18"
version = "0.7.20"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
8 changes: 8 additions & 0 deletions releases/0.7.20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Sorting Hat 0.7.20 - (2022-06-02)

**Bug fixes:**

* [gitdm] Skip invalid format lines\
Gitdm parser won't fail reading files with an invalid format. Instead,
it will ignore invalid content.

8 changes: 0 additions & 8 deletions releases/unreleased/[gitdm]-skip-invalid-format-lines.yml

This file was deleted.

4 changes: 2 additions & 2 deletions sortinghat/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
__version__ = "0.7.19"
# File auto-generated by semverup on 2022-06-02 16:57:42.559387
__version__ = "0.7.20"

0 comments on commit 8b1d466

Please sign in to comment.