Skip to content

Commit

Permalink
python2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sdp5 committed Jan 20, 2016
1 parent 029d166 commit 5bd43dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: python
python:
- "2.4"
- "2.5"
- "2.6"
- "2.7"
# command to install dependencies
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Wed Jan 20 2016 Sundeep Anand <[email protected]> - 1.4.2
- Python 2.6 Support

* Tue Jan 12 2016 Sundeep Anand <[email protected]> - 1.4.1
- Implemented zanata init (ZNTA-780)
- Bug ZNTA-853 - Crash when pushing local translations
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,7 @@ def get_client_version():
'License :: OSI Approved :: GNU Lesser General Public License (LGPL)',
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
],
)

0 comments on commit 5bd43dc

Please sign in to comment.