Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmerchante committed Nov 13, 2024
1 parent 98292f5 commit 649309b
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 16 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Releases

## 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/


## graal 1.0.8 - (2024-10-15)

* Update Poetry's package dependencies
Expand Down
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-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"
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.1.0-rc.1"
version = "1.1.0"
description = "A generic source code analyzer"
authors = [
"GrimoireLab Developers"
Expand Down
11 changes: 11 additions & 0 deletions releases/1.1.0.md
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/

This file was deleted.

0 comments on commit 649309b

Please sign in to comment.