diff --git a/CHANGES.rst b/CHANGES.rst index 4d35566..b4283c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changes .. currentmodule:: objgraph -3.6.2 (unreleased) +3.6.2 (2024-10-10) ------------------ - Add support for Python 3.13. diff --git a/objgraph.py b/objgraph.py index 028e646..e872300 100755 --- a/objgraph.py +++ b/objgraph.py @@ -42,8 +42,8 @@ __author__ = "Marius Gedminas (marius@gedmin.as)" __copyright__ = "Copyright (c) 2008-2023 Marius Gedminas and contributors" __license__ = "MIT" -__version__ = '3.6.2.dev0' -__date__ = '2024-02-26' +__version__ = '3.6.2' +__date__ = '2024-10-10' IS_INTERACTIVE = False