Skip to content

Commit

Permalink
Set version to v2.3.7 (#8289)
Browse files Browse the repository at this point in the history
* Set version to v2.3.7

* Add download test to CI
  • Loading branch information
adrianeboyd authored Jun 4, 2021
1 parent 22287c8 commit cae72e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,6 @@ jobs:
- script: |
pip install -r requirements.txt --prefer-binary
python -m pytest --pyargs spacy
python -m spacy download en_core_web_sm
python -c "import spacy; nlp=spacy.load('en_core_web_sm'); doc=nlp('test')"
displayName: 'Run tests'
2 changes: 1 addition & 1 deletion spacy/about.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fmt: off
__title__ = "spacy"
__version__ = "2.3.6"
__version__ = "2.3.7"
__release__ = True
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
Expand Down

0 comments on commit cae72e4

Please sign in to comment.