From aab0979f8d826c21aa039a09d134468b72f00f83 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 5 Apr 2015 21:29:14 -0400 Subject: [PATCH] Again, again. --- .travis.yml | 2 +- jsonschema/_version.py | 6 +++--- version.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4c63c98..0939953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ language: python python: - "2.7" install: - - tox + - pip install tox script: - tox diff --git a/jsonschema/_version.py b/jsonschema/_version.py index 09485ee..2e07cd4 100644 --- a/jsonschema/_version.py +++ b/jsonschema/_version.py @@ -1,5 +1,5 @@ # This file is automatically generated by setup.py. -__version__ = '2.3.0.post139' -__sha__ = 'g60fcbbf' -__revision__ = 'g60fcbbf' +__version__ = '2.3.0.post140' +__sha__ = 'g839e656' +__revision__ = 'g839e656' diff --git a/version.txt b/version.txt index d3b1894..a3c03d9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.3.0-139-g60fcbbf \ No newline at end of file +v2.3.0-140-g839e656 \ No newline at end of file