Skip to content

Commit a1a070a

Browse files
fix: version bumped to 1.5.0
1 parent e4b6fec commit a1a070a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Change Log
1414
Unreleased
1515
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

17+
18+
[1.5.0] - 2023-07-21
19+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20+
1721
* Switch from ``edx-sphinx-theme`` to ``sphinx-book-theme`` since the former is
1822
deprecated
1923
* Added Support for Django 4.2

code_annotations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Extensible tools for parsing annotations in codebases.
33
"""
44

5-
__version__ = '1.4.0'
5+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)