Skip to content

Commit da8a3d4

Browse files
committed
Preparing release 3.6.0
1 parent e7553b5 commit da8a3d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changes
33

44
.. currentmodule:: objgraph
55

6-
3.6.0 (unreleased)
6+
3.6.0 (2023-06-16)
77
------------------
88

99
- Add support for Python 3.9, 3.10, and 3.11.

objgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
__author__ = "Marius Gedminas (marius@gedmin.as)"
4343
__copyright__ = "Copyright (c) 2008-2023 Marius Gedminas and contributors"
4444
__license__ = "MIT"
45-
__version__ = '3.6.0.dev0'
45+
__version__ = '3.6.0'
4646
__date__ = '2023-06-16'
4747

4848

0 commit comments

Comments
 (0)