diff --git a/anchorpoint/__init__.py b/anchorpoint/__init__.py index ef1ce60..35b4454 100644 --- a/anchorpoint/__init__.py +++ b/anchorpoint/__init__.py @@ -1,4 +1,4 @@ from anchorpoint.textselectors import TextQuoteSelector from anchorpoint.textselectors import TextPositionSelector -__version__ = "0.4.3" +__version__ = "0.4.4" diff --git a/changelog.md b/changelog.md index aa5a203..67ac257 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -dev +0.4.4 (2020-01-25) ------------------ - provide "missing" instead of "optional" argument for marshmallow schema - add TextPositionSetFactory.from_exact_strings diff --git a/docs/conf.py b/docs/conf.py index d584cdb..70d9b46 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- project = "Anchorpoint" -copyright = "2019-2020, Matt Carey" +copyright = "2019-2021, Matt Carey" author = "Matt Carey" # The full version, including alpha/beta/rc tags diff --git a/tox.ini b/tox.ini index 6c2206e..78ad76b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py36, py37, py38 +envlist = py38, py39 [testenv] # install testing framework # ... or install anything else you might need here