Skip to content

Commit f5068b7

Browse files
committed
Prepare release of lupa 2.3.
1 parent f8848cc commit f5068b7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Lupa change log
22
===============
33

4+
2.3 (2025-01-09)
5+
----------------
6+
7+
* Remove support for Python 2.x.
8+
9+
* Build with Cython 3.0.11.
10+
11+
412
2.2 (2024-06-02)
513
----------------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
except ImportError:
2020
from distutils.core import setup, Extension
2121

22-
VERSION = '2.2'
22+
VERSION = '2.3'
2323

2424
extra_setup_args = {}
2525

0 commit comments

Comments
 (0)