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 e7553b5 commit da8a3d4Copy full SHA for da8a3d4
2 files changed
CHANGES.rst
@@ -3,7 +3,7 @@ Changes
3
4
.. currentmodule:: objgraph
5
6
-3.6.0 (unreleased)
+3.6.0 (2023-06-16)
7
------------------
8
9
- Add support for Python 3.9, 3.10, and 3.11.
objgraph.py
@@ -42,7 +42,7 @@
42
__author__ = "Marius Gedminas (marius@gedmin.as)"
43
__copyright__ = "Copyright (c) 2008-2023 Marius Gedminas and contributors"
44
__license__ = "MIT"
45
-__version__ = '3.6.0.dev0'
+__version__ = '3.6.0'
46
__date__ = '2023-06-16'
47
48
0 commit comments