Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Dec 9, 2015
1 parent 7a51f2d commit b71dd63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -9,9 +9,9 @@ env:
- DRP="rest-pandas==0.4.0"
- MATPLOTLIB="matplotlib>=1.4"
matrix:
- DJANGO="django==1.7.11"
- DJANGO="django==1.8.7"
- DJANGO="django==1.8.7" LINT=1
- DJANGO="django==1.9"
- DJANGO="django==1.9" LINT=1
before_script:
- createdb -Upostgres wqdb_test
- psql -Upostgres wqdb_test -c "CREATE EXTENSION postgis;"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -85,7 +85,7 @@ def find_wq_packages(submodule):

setup(
name='wq.db',
version='0.8.3',
version='1.0.0-dev',
author='S. Andrew Sheppard',
author_email='andrew@wq.io',
url='http://wq.io/wq.db',
Expand All @@ -96,7 +96,7 @@ def find_wq_packages(submodule):
description=LONG_DESCRIPTION.strip(),
long_description=parse_markdown_readme(),
install_requires=[
'Django>=1.7',
'Django>=1.8',
'djangorestframework>=3.1',
'pystache',
'swapper>=0.2',
Expand Down

0 comments on commit b71dd63

Please sign in to comment.