Bumping version, adding @jd and @methane to contributors, adding Python 3.3 to Travis build

This commit is contained in:
Charles Gordon
2014-03-10 10:20:14 -07:00
parent bb8de4bfb2
commit c6fc08a71e
3 changed files with 13 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ services:
python: python:
- 2.6 - 2.6
- 2.7 - 2.7
- 3.3
- pypy - pypy
script: script:

View File

@@ -83,12 +83,14 @@ Mixpanel's pure Python memcached client:
Credits Credits
======= =======
0. [Charles Gordon](http://github.com/cgordon) * [Charles Gordon](http://github.com/cgordon)
1. [Dave Dash](http://github.com/davedash) * [Dave Dash](http://github.com/davedash)
2. [Dan Crosta](http://github.com/dcrosta) * [Dan Crosta](http://github.com/dcrosta)
3. [Julian Berman](http://github.com/Julian) * [Julian Berman](http://github.com/Julian)
4. [Mark Shirley](http://github.com/maspwr) * [Mark Shirley](http://github.com/maspwr)
5. [Tim Bart](http://github.com/pims) * [Tim Bart](http://github.com/pims)
6. [Thomas Orozco](http://github.com/krallin) * [Thomas Orozco](http://github.com/krallin)
7. [Marc Abramowitz](http://github.com/msabramo) * [Marc Abramowitz](http://github.com/msabramo)
8. [Marc-Andre Courtois](http://github.com/mcourtois) * [Marc-Andre Courtois](http://github.com/mcourtois)
* [Julien Danjou](http://github.com/jd)
* [INADA Naoki](http://github.com/methane)

View File

@@ -1 +1 @@
__version__ = '1.1.4' __version__ = '1.2'