Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Merge 5d39006 into 3c52ac3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Sep 6, 2018
2 parents 3c52ac3 + 5d39006 commit 90726d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
matrix:
include:
- python: 3.7
dist: xenial
sudo: true

cache:
pip: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def build_description():
],

install_requires=[
'PyYAML ~= 3.12',
'PyYAML ~= 3.13',
'simplejson ~= 3.8',
'parse ~= 1.8.0',
],
Expand Down
2 changes: 1 addition & 1 deletion yorm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .mixins import ModelMixin

__project__ = 'YORM'
__version__ = '1.6a3'
__version__ = '1.6a4'

0 comments on commit 90726d8

Please sign in to comment.