Skip to content

Commit

Permalink
bump to 0.5 for dev and start testing on 3.5 instead of 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Sep 17, 2015
1 parent d550e02 commit 5afe925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ addons:
postgresql: "9.4"
sudo: false
python:
- "3.3"
- "3.4"
- "3.5"
install: pip install -r requirements-test.txt
before_script:
- psql -c "CREATE USER test with PASSWORD 'test' CREATEDB SUPERUSER;" -U postgres
Expand Down
2 changes: 1 addition & 1 deletion pupa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.1' # pragma: no cover
__version__ = '0.5.0' # pragma: no cover

0 comments on commit 5afe925

Please sign in to comment.