Skip to content

Commit 217695b

Browse files
committed
Release 1.1.0-rc.1
1 parent 8479a7a commit 217695b

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

graal/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-10-15 07:14:25.472345
2-
__version__ = "1.0.8"
1+
# File auto-generated by semverup on 2024-11-13 14:37:40.001701
2+
__version__ = "1.1.0-rc.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graal"
3-
version = "1.0.8"
3+
version = "1.1.0-rc.1"
44
description = "A generic source code analyzer"
55
authors = [
66
"GrimoireLab Developers"

releases/1.1.0-rc.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## graal 1.1.0-rc.1 - (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+
File renamed without changes.

0 commit comments

Comments
 (0)