Skip to content

Commit 68c8195

Browse files
committed
Release 0.1.0-rc.7
1 parent 721aae7 commit 68c8195

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sortinghat-eclipse-foundation"
3-
version = "0.1.0-rc.6"
3+
version = "0.1.0-rc.7"
44
description = "SortingHat backend to import identities from the Eclipse Foundation"
55
authors = [
66
{name = "Bitergia Developers"}

releases/0.1.0-rc.7.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## sortinghat-eclipse-foundation 0.1.0-rc.7 - (2025-09-23)
2+
3+
**Bug fixes:**
4+
5+
* Handle of OAuth expired token\
6+
There was a bug making that the expiration time for a token was set to
7+
null. The token was not correctly initialized preventing the refresh
8+
of that token.
9+
File renamed without changes.
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-09-19 10:42:04.922375
2-
__version__ = "0.1.0-rc.6"
1+
# File auto-generated by semverup on 2025-09-23 15:48:33.777479
2+
__version__ = "0.1.0-rc.7"

0 commit comments

Comments
 (0)