Skip to content

Commit

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

# 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.2',
version='1.3',
description='A python framework for getting useful stuff out of HAR files',
long_description=readme,
author='Justin Crown',
Expand Down

0 comments on commit c748ba0

Please sign in to comment.