Skip to content

Commit 839e656

Browse files
committed
Try again.
1 parent 60fcbbf commit 839e656

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: python
22
python:
33
- "2.7"
4+
install:
5+
- tox
46
script:
57
- tox

jsonschema/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
# This file is automatically generated by setup.py.
3-
__version__ = '2.3.0.post133'
4-
__sha__ = 'g8ebd5bc'
5-
__revision__ = 'g8ebd5bc'
3+
__version__ = '2.3.0.post139'
4+
__sha__ = 'g60fcbbf'
5+
__revision__ = 'g60fcbbf'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3.0-133-g8ebd5bc
1+
v2.3.0-139-g60fcbbf

0 commit comments

Comments
 (0)