File tree Expand file tree Collapse file tree 5 files changed +26
-16
lines changed
Expand file tree Collapse file tree 5 files changed +26
-16
lines changed Original file line number Diff line number Diff line change 11# Releases
22
3+ ## graal 1.1.0 - (2024-11-13)
4+
5+ **New features:**
6+
7+ * Compatible namespace package for Python 3.12\
8+ Remove old format to define namespace packages. And use native
9+ namespace packages that requires removing the `__init__.py` file. It
10+ is important that every distribution that uses the namespace package
11+ omits that file. For more information see
12+ https://peps.python.org/pep-0420/
13+
14+
315 ## graal 1.0.8 - (2024-10-15)
416
517 * Update Poetry's package dependencies
Original file line number Diff line number Diff line change 1- # File auto-generated by semverup on 2024-11-13 14:37:40.001701
2- __version__ = "1.1.0-rc.1 "
1+ # File auto-generated by semverup on 2024-11-13 16:01:18.955023
2+ __version__ = "1.1.0"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " graal"
3- version = " 1.1.0-rc.1 "
3+ version = " 1.1.0"
44description = " A generic source code analyzer"
55authors = [
66 " GrimoireLab Developers"
Original file line number Diff line number Diff line change 1+ ## graal 1.1.0 - (2024-11-13)
2+
3+ ** New features:**
4+
5+ * Compatible namespace package for Python 3.12\
6+ Remove old format to define namespace packages. And use native
7+ namespace packages that requires removing the ` __init__.py ` file. It
8+ is important that every distribution that uses the namespace package
9+ omits that file. For more information see
10+ https://peps.python.org/pep-0420/
11+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments