Skip to content

Commit

Permalink
Bumpversion, allow nightly build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Crown committed Jul 9, 2015
1 parent e65cecd commit fa500f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ matrix:
fast_finish: true
allow_failures:
- python: "3.2"
- python: "nightly"
python:
- "2.6"
- "2.7"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.1'
release = '1.2.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='haralyzer',
version='1.2.1',
version='1.2.2',
description='A python framework for getting useful stuff out of HAR files',
long_description=readme,
author='Justin Crown',
Expand Down

0 comments on commit fa500f8

Please sign in to comment.