Skip to content

Commit a767a10

Browse files
committed
Release 2.0.0-rc.1
1 parent dbac9e3 commit a767a10

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

perceval/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2025-01-15 11:54:40.712769
2-
__version__ = "1.1.1"
1+
# File auto-generated by semverup on 2025-04-08 11:33:13.261495
2+
__version__ = "2.0.0-rc.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "perceval"
3-
version = "1.1.1"
3+
version = "2.0.0-rc.1"
44
description = "Send Sir Perceval on a quest to fetch and gather data from software repositories."
55
authors = [
66
"GrimoireLab Developers"

releases/2.0.0-rc.1.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## perceval 2.0.0-rc.1 - (2025-04-08)
2+
3+
**Feature removals:**
4+
5+
* NNTP backend removed for Python > 3.13\
6+
nntplib is no longer part of the Python standard library. It was
7+
removed in Python 3.13 after being deprecated in Python 3.11 (PEP
8+
594). This version raises an exception when trying to use the NNTP
9+
backend and nntplib package is not available.
10+

0 commit comments

Comments
 (0)