Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Nov 6, 2023
1 parent 15b846f commit 76873be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anchorpoint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from anchorpoint.textselectors import TextQuoteSelector, TextPositionSelector
from anchorpoint.textselectors import TextPositionSet, TextPositionSetFactory

__version__ = "0.8.1"
__version__ = "0.8.2"
5 changes: 5 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
=========
0.8.2 (2023-11-06)
------------------
- bugfix: TextPositionSet init wouldn't accept serialized position selector
- pass selection to TextPositionSet init in list

0.8.1 (2023-11-05)
------------------
- fix error in specifying Pydantic version in setup.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="anchorpoint",
version="0.8.1",
version="0.8.2",
author="Matt Carey",
author_email="[email protected]",
description="Text substring selectors for anchoring annotations",
Expand Down

0 comments on commit 76873be

Please sign in to comment.