-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
95 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-02-01 14:11:01.054649 | ||
__version__ = "0.20.1-rc.1" | ||
# File auto-generated by semverup on 2024-02-01 15:20:30.078102 | ||
__version__ = "0.20.1" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# GrimoireLab 0.20.1 | ||
The following list describes the changes by component: | ||
|
||
|
||
|
||
## sortinghat 0.19.1 - (2024-02-01) | ||
|
||
**Bug fixes:** | ||
|
||
* Fix "Table 'django_session' doesn't exist" error\ | ||
Fixes the "Table 'django_session' doesn't exist" error for new | ||
installs. For existing databases, run the following commands to create | ||
the table: ``` django-admin migrate --fake sessions zero django-admin | ||
migrate ``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
## graal 0.4.21 - (2024-02-01) | ||
|
||
* Update Poetry's package dependencies | ||
## grimoire-elk 0.109.6 - (2024-02-01) | ||
|
||
* Update Poetry's package dependencies | ||
## sirmordred 0.10.6 - (2024-02-01) | ||
|
||
* Update Poetry's package dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
grimoirelab==0.20.1-rc.1 | ||
grimoirelab==0.20.1 | ||
grimoirelab-toolkit==0.4.2 | ||
perceval==0.23.5 | ||
perceval-mozilla==0.3.21 | ||
perceval-opnfv==0.2.21 | ||
perceval-puppet==0.2.21 | ||
perceval-weblate==0.2.21 | ||
grimoire-elk==0.109.6-rc.1 | ||
sortinghat==0.19.1-rc.1 | ||
grimoire-elk==0.109.6 | ||
sortinghat==0.19.1 | ||
kidash==0.6.5 | ||
grimoirelab-panels==0.3.0 | ||
sirmordred==0.10.6-rc.1 | ||
sirmordred==0.10.6 | ||
cereslib==0.5.2 | ||
graal==0.4.21-rc.1 | ||
graal==0.4.21 |
Submodule grimoirelab-elk
updated
5 files
+4 −0 | NEWS | |
+2 −2 | grimoire_elk/_version.py | |
+6 −6 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.109.6.md |
Submodule grimoirelab-graal
updated
4 files
+4 −0 | NEWS | |
+2 −2 | graal/_version.py | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.4.21.md |
Submodule grimoirelab-sirmordred
updated
5 files
+4 −0 | NEWS | |
+9 −9 | poetry.lock | |
+1 −1 | pyproject.toml | |
+3 −0 | releases/0.10.6.md | |
+2 −2 | sirmordred/_version.py |
Submodule grimoirelab-sortinghat
updated
5 files
+11 −0 | NEWS | |
+1 −1 | pyproject.toml | |
+10 −0 | releases/0.19.1.md | |
+0 −14 | releases/unreleased/processed/create-django_sessions-table.yml | |
+2 −2 | sortinghat/_version.py |