Skip to content

Commit

Permalink
Preparing release 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Nov 28, 2024
1 parent 682b658 commit d860f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changes
=========

7.1.2 (unreleased)
==================
7.2 (2024-11-28)
================

- Add preliminary support for Python 3.14a2, this means that
``.common.builtins.IByteString`` and ``.common.collections.IByteString`` are
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from setuptools.command.build_ext import build_ext


version = '7.1.2.dev0'
version = '7.2'


class optional_build_ext(build_ext):
Expand Down

0 comments on commit d860f65

Please sign in to comment.