Skip to content

Commit

Permalink
Release kgb 7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Nov 4, 2024
1 parent 7d3e8a2 commit cc1987d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
kgb Releases
============

kgb 7.2 (3-November-2024)
=========================

* Added support for Python 3.13.

We've fixed crashes with some changes made to how Python 3.13 builds and
executes functions, and added explicit testing and support going forward.


kgb 7.1.1 (6-August-2022)
=========================

Expand Down
2 changes: 1 addition & 1 deletion kgb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released)
#
VERSION = (7, 1, 2, 'alpha', 0, False)
VERSION = (7, 2, 0, 'final', 0, True)


def get_version_string():
Expand Down

0 comments on commit cc1987d

Please sign in to comment.