Skip to content

Commit

Permalink
Release 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Dec 14, 2019
1 parent a669024 commit 42e8ae9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
*.pyc
docs/_build
.coverage
.pytest_cache
.ipynb_checkpoints
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Optional server extras:
$ pytest [--cov]

# Changes
dev
2.4
* PyLucene >=8 required
* `Hit.keys` renamed to `Hit.sortkeys`

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build', '.ipynb_checkpoints']
exclude_patterns = ['_build']

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down
2 changes: 1 addition & 1 deletion lupyne/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3'
__version__ = '2.4'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Internet :: WWW/HTTP :: HTTP Servers',
'Topic :: Internet :: WWW/HTTP :: Indexing/Search',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit 42e8ae9

Please sign in to comment.