We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c4d4f commit a40dbe9Copy full SHA for a40dbe9
CHANGES.rst
@@ -3,7 +3,7 @@ Changes
3
4
.. currentmodule:: objgraph
5
6
-3.6.2 (unreleased)
+3.6.2 (2024-10-10)
7
------------------
8
9
- Add support for Python 3.13.
objgraph.py
@@ -42,8 +42,8 @@
42
__author__ = "Marius Gedminas (marius@gedmin.as)"
43
__copyright__ = "Copyright (c) 2008-2023 Marius Gedminas and contributors"
44
__license__ = "MIT"
45
-__version__ = '3.6.2.dev0'
46
-__date__ = '2024-02-26'
+__version__ = '3.6.2'
+__date__ = '2024-10-10'
47
48
49
IS_INTERACTIVE = False
0 commit comments