Skip to content

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
romaryd committed Jan 4, 2018
2 parents 60effb5 + 8d28b51 commit 984a124
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
install:
- pip install tox-travis
- pip install coveralls
script: tox
after_script: coveralls
notifications:
email:
recipients:
- romary@me.com
on_success: change
on_failure: always

2 changes: 1 addition & 1 deletion jsonrepo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
Copyright (C) 2017 Romary Dupuis
"""

__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = ['repository', 'mixin', 'record']

0 comments on commit 984a124

Please sign in to comment.