Skip to content

Commit

Permalink
Release 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Dec 29, 2017
1 parent 50901f0 commit cd11e02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Installation

Dependencies
==================
* PyLucene >=6 (installed separately)
* PyLucene >=6.5 (installed separately)
* six

Optional server extras
Expand All @@ -71,10 +71,11 @@ Tests

Changes
==================
dev
2.0

* PyLucene >=6 required
* Python 3 support
* client moved to external package

1.9

Expand Down
2 changes: 1 addition & 1 deletion lupyne/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

warnings.filterwarnings('default', category=DeprecationWarning, module='lupyne')

__version__ = '1.9'
__version__ = '2.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
ignore = F402,F812
ignore = F402
max-line-length = 160
exclude = docs/conf.py

Expand Down
2 changes: 1 addition & 1 deletion shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
build:
pre_ci_boot:
image_name: coady/pylucene
image_tag: 6
image_tag: latest
pull: true
ci:
- pip install cherrypy clients pytest-cov six
Expand Down

0 comments on commit cd11e02

Please sign in to comment.