Skip to content

Commit

Permalink
Release 1.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmerchante committed Nov 13, 2024
1 parent 8479a7a commit 217695b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions graal/_version.py
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"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graal"
version = "1.0.8"
version = "1.1.0-rc.1"
description = "A generic source code analyzer"
authors = [
"GrimoireLab Developers"
Expand Down
11 changes: 11 additions & 0 deletions releases/1.1.0-rc.1.md
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/

0 comments on commit 217695b

Please sign in to comment.