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 e4b6fec commit a1a070aCopy full SHA for a1a070a
CHANGELOG.rst
@@ -14,6 +14,10 @@ Change Log
14
Unreleased
15
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
17
+
18
+[1.5.0] - 2023-07-21
19
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20
21
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is
22
deprecated
23
* Added Support for Django 4.2
code_annotations/__init__.py
@@ -2,4 +2,4 @@
2
Extensible tools for parsing annotations in codebases.
3
"""
4
5
-__version__ = '1.4.0'
+__version__ = '1.5.0'
0 commit comments