Skip to content

Commit

Permalink
Prepare release of lupa 2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 9, 2025
1 parent f8848cc commit f5068b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Lupa change log
===============

2.3 (2025-01-09)
----------------

* Remove support for Python 2.x.

* Build with Cython 3.0.11.


2.2 (2024-06-02)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
except ImportError:
from distutils.core import setup, Extension

VERSION = '2.2'
VERSION = '2.3'

extra_setup_args = {}

Expand Down

0 comments on commit f5068b7

Please sign in to comment.