Skip to content

Commit

Permalink
bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Sep 20, 2021
1 parent d8b7eb2 commit 06efcb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anchorpoint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from anchorpoint.textselectors import TextQuoteSelector, TextPositionSelector
from anchorpoint.textselectors import TextPositionSet, TextPositionSetFactory

__version__ = "0.5.3"
__version__ = "0.6.0"
4 changes: 4 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ dev
- add convert_quotes_to_positions method to TextPositionSet
- replace `TextPositionSet.selectors` field with `positions` and `quotes`
- change `as_quote_selector` method to `as_quote`
- TextPositionSet.add_margin includes quotes
- fix bug: subtracting int from selector set caused quotes to be lost
- add __ge__ and __gt__ methods for TextPositionSelector
- add Selecting Text with Anchorpoint guide

0.5.3 (2021-08-11)
------------------
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.5.3",
version="0.6.0",
author="Matt Carey",
author_email="[email protected]",
description="Text substring selectors for anchoring annotations",
Expand Down

0 comments on commit 06efcb7

Please sign in to comment.