-
Notifications
You must be signed in to change notification settings - Fork 62
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
1 parent
98292f5
commit 649309b
Showing
5 changed files
with
26 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-11-13 14:37:40.001701 | ||
__version__ = "1.1.0-rc.1" | ||
# File auto-generated by semverup on 2024-11-13 16:01:18.955023 | ||
__version__ = "1.1.0" |
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,11 @@ | ||
## graal 1.1.0 - (2024-11-13) | ||
|
||
**New features:** | ||
|
||
* Compatible namespace package for Python 3.12\ | ||
Remove old format to define namespace packages. And use native | ||
namespace packages that requires removing the `__init__.py` file. It | ||
is important that every distribution that uses the namespace package | ||
omits that file. For more information see | ||
https://peps.python.org/pep-0420/ | ||
|
13 changes: 0 additions & 13 deletions
13
releases/unreleased/processed/compatible-namespace-package-for-python-312.yml
This file was deleted.
Oops, something went wrong.