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 13f64cc commit 7be89b7Copy full SHA for 7be89b7
2 files changed
CHANGES.rst
@@ -3,7 +3,7 @@ Changes
3
4
.. currentmodule:: objgraph
5
6
-3.1.2 (unreleased)
+3.1.2 (2017-11-27)
7
------------------
8
9
- Correct UTF-8 mojibake in the changelog and switch all links to HTTPS.
objgraph.py
@@ -54,7 +54,7 @@
54
__author__ = "Marius Gedminas (marius@gedmin.as)"
55
__copyright__ = "Copyright (c) 2008-2017 Marius Gedminas and contributors"
56
__license__ = "MIT"
57
-__version__ = '3.1.2.dev0'
+__version__ = '3.1.2'
58
__date__ = "2017-10-30"
59
60
0 commit comments