-
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
8479a7a
commit 217695b
Showing
4 changed files
with
14 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-10-15 07:14:25.472345 | ||
__version__ = "1.0.8" | ||
# File auto-generated by semverup on 2024-11-13 14:37:40.001701 | ||
__version__ = "1.1.0-rc.1" |
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-rc.1 - (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/ | ||
|
File renamed without changes.