Skip to content

Commit

Permalink
Merge branch 'develop':v1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Oct 19, 2016
2 parents 958effe + fa3690e commit ca43da7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python

python:
- 2.6
- 2.7
- 3.2
- 3.3
Expand Down
2 changes: 1 addition & 1 deletion jsondiff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.0'
__version__ = '1.0.0'

import sys
import json
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
keywords=['json', 'diff', 'diffing', 'difference', 'patch', 'delta', 'dict', 'LCS'],
classifiers=[
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
],
)

0 comments on commit ca43da7

Please sign in to comment.