We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7369358 commit 4926e20Copy full SHA for 4926e20
4 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sortinghat-eclipse-foundation"
3
-version = "0.1.0-rc.5"
+version = "0.1.0-rc.6"
4
description = "SortingHat backend to import identities from the Eclipse Foundation"
5
authors = [
6
{name = "Bitergia Developers"}
releases/0.1.0-rc.6.md
@@ -0,0 +1,7 @@
+## sortinghat-eclipse-foundation 0.1.0-rc.6 - (2025-09-19)
+
+**New features:**
+ * OAuth2 token refreshing\
+ OAuth2 token will be refreshed when they expired.
7
…s/unreleased/oauth2-token-refreshing.yml …ed/processed/oauth2-token-refreshing.ymlreleases/unreleased/oauth2-token-refreshing.yml renamed to releases/unreleased/processed/oauth2-token-refreshing.yml
sortinghat/core/importer/backends/_version.py
@@ -1,2 +1,2 @@
-# File auto-generated by semverup on 2025-09-16 11:07:01.820796
-__version__ = "0.1.0-rc.5"
+# File auto-generated by semverup on 2025-09-19 10:42:04.922375
+__version__ = "0.1.0-rc.6"
0 commit comments