-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uprev and add TRAVIS_TAG check, update HISTORY.rst
- Loading branch information
1 parent
e4d4eb6
commit 606f336
Showing
5 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
a451e4d39b8d7ef62d380d07742b782f https://raw.githubusercontent.com/livereload/livereload-js/v2.2.1/dist/livereload.js livereload.js | ||
a451e4d39b8d7ef62d380d07742b782f https://raw.githubusercontent.com/livereload/livereload-js/v2.2.1/dist/livereload.js livereload.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ install: | |
script: | ||
- make lint | ||
- make test | ||
- make check_tag_version | ||
#- make docs | ||
|
||
after_success: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
__all__ = ['VERSION'] | ||
|
||
VERSION = StrictVersion('0.1.1') | ||
VERSION = StrictVersion('0.1.2') |