Skip to content

Commit 680ab1f

Browse files
authored
Merge pull request #137 from eduNEXT/MJG/bump-version
chore: bump version
2 parents d2c0f26 + 45070f4 commit 680ab1f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

17+
[2.1.0] - 2024-12-12
18+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
* Add support for optional event warning for in-line annotation.
21+
1722
[2.0.0] - 2024-10-18
1823
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1924

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__ = '2.0.0'
5+
__version__ = '2.1.0'

0 commit comments

Comments
 (0)