issues
search
dkpro
/
dkpro-cassis
UIMA CAS processing library written in Python
https://pypi.org/project/dkpro-cassis/
Apache License 2.0
85
stars
22
forks
source link
Cassis 0.9.1
#307
Closed
reckart
closed
9 months ago
reckart
commented
9 months ago
Checklist
[x] Make sure all issues for the milestone are completed, otherwise move them
[x] Checkout the
main
branch
[x] Bump the version in
cassis/__version__.py
to a stable one, e.g.
__version__ = "0.6.0"
, commit and push
[x] Check and wait that the build completed.
[x] Create a tag for that version and push it
[x] Wait for the build and Pypi to show the new version
[x] Bump the version to the next development version, commit and push that.
[x] Convert the tag to a release on Github, write release note based on issues in the respective milestone
[x] Create a new milestone
Checklist
main
branchcassis/__version__.py
to a stable one, e.g.__version__ = "0.6.0"
, commit and push