Skip to content

Commit 649309b

Browse files
committed
Release 1.1.0
1 parent 98292f5 commit 649309b

File tree

5 files changed

+26
-16
lines changed

5 files changed

+26
-16
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

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-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"

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.1.0-rc.1"
3+
version = "1.1.0"
44
description = "A generic source code analyzer"
55
authors = [
66
"GrimoireLab Developers"

releases/1.1.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

releases/unreleased/processed/compatible-namespace-package-for-python-312.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)