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 8f03c4a commit 81fefd7Copy full SHA for 81fefd7
CHANGELOG.rst
@@ -5,7 +5,7 @@ Versions are year-based with a strict backward compatibility policy.
5
The third digit is only for regressions.
6
7
8
-20.1.0 (UNRELEASED)
+20.1.0 (2020-01-28)
9
-------------------
10
11
src/structlog/__init__.py
@@ -32,7 +32,7 @@
32
twisted = None
33
34
35
-__version__ = "20.1.0.dev0"
+__version__ = "20.1.0"
36
37
__title__ = "structlog"
38
__description__ = "Structured Logging for Python"
0 commit comments