We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e651402 commit 9b4702cCopy full SHA for 9b4702c
CHANGELOG.rst
@@ -11,8 +11,8 @@ Change Log
11
12
.. There should always be an "Unreleased" section for changes pending release.
13
14
-Unreleased
15
-~~~~~~~~~~
+[0.10.0] - 2020-10-12
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
17
* Fix table of contents generated by sphinx extensions
18
code_annotations/__init__.py
@@ -2,4 +2,4 @@
2
Extensible tools for parsing annotations in codebases.
3
"""
4
5
-__version__ = '0.9.0'
+__version__ = '0.10.0'
0 commit comments