Commit Graph

63 Commits

Author SHA1 Message Date
Nick Lang ef08323d22 Bump to version 6.1.1 2018-01-05 19:51:20 -07:00
Honza Král d9fa510fa6 Bump version to 6.1.0-dev 2017-11-14 15:27:59 +01:00
Honza Král 562c8c6146 Bump master to 6.0.0 2017-11-10 14:38:08 +01:00
Glen Smith 798788e741 bump max compatible version of urllib3 to <1.23 2017-10-05 16:03:46 -06:00
Honza Král f1267b52f0 Fix urllib3 version to be compatible with requests 2017-07-20 14:02:29 -04:00
Honza Král b803c2dd16 Add python 3.5 and 3.6 to setup.py 2017-05-19 12:49:05 -07:00
Honza Král aea9824d53 Version bump for release 2017-05-18 19:11:38 +02:00
Nick Lang 790c80fedb bumping requests to 2.0.0+ (#587)
requests < 2.0.0 causes the following attribute error:
    AttributeError: type object 'Session' has no attribute 'prepare_request'
2017-05-15 18:36:51 +02:00
Honza Král 3b41c3bca7 Add develop extra to allow for easy dependency install 2017-05-10 16:52:58 +02:00
Honza Král 2f62f9e3d4 version bump for 5.3 2017-03-30 22:32:38 -07:00
Honza Král f638c3f625 bump version to 2.0 2017-02-12 16:26:02 +01:00
Honza Král 1a8896e207 setup.py typo 2017-02-08 21:30:23 +01:00
Honza Král d862c8a799 Add content-type default headers with application/json 2017-02-08 20:50:50 +01:00
Honza Král 5ecfc70a16 bunp version to 5.1.0 for release 2017-01-11 15:45:55 +01:00
Honza Král 9c2af0f77c Version bump for development version 2016-10-19 16:33:14 +02:00
Honza Král ae0073c8ca Version bump for 5.0 release 2016-10-19 16:22:48 +02:00
Honza Král 6e94bf76ad 5.0 compatibility 2016-03-22 21:04:07 +01:00
Honza Král 1c7b23e214 version bump to 2.3.0 2016-02-29 22:44:24 +01:00
Honza Král 51defea8c9 Version bump 2016-01-05 12:01:57 +01:00
Honza Král 24b4885240 dev version bump 2015-11-10 16:18:44 +09:00
Honza Král 8536a35dd0 Version bump 2015-10-19 16:29:05 +02:00
Honza Král af86fa8d61 2.0 version bump 2015-10-13 23:39:33 +02:00
Honza Král 926ab52f1f Remove thrift and pylibmc requirements for tests 2015-10-13 22:50:21 +02:00
Honza Král 14f5b35a23 Version bump 2015-09-21 20:06:03 +02:00
Honza Král 174ded0854 Version bump for 1.6.0 2015-06-10 02:38:35 +02:00
Honza Král 2835c8ca1c post release version bump 2015-05-18 16:04:38 +02:00
Honza Král 699c040eaf Version bump to 1.5.0 2015-05-18 16:03:00 +02:00
Honza Král c593911876 Updated setup.py 2015-05-02 16:42:25 +02:00
Russell Savage 4c24468168 updating doc links to elastic.co
reverting bucket link to elasticsearch.org

updating test cases to use elastic.co

updating pylibmc version
2015-03-23 15:56:32 -07:00
Honza Král 2f9842abed post-release version bump to 1.5.0-dev 2015-02-11 22:24:57 +01:00
Honza Král cdb04dfa01 Version bump for 1.4 release 2015-02-11 22:22:38 +01:00
Honza Král b3c2ef2996 version bump for dev 2015-01-03 01:50:46 +01:00
Honza Král e3bfeeef22 Version bump for 1.3 release 2014-12-31 17:02:06 +01:00
Honza Král 639aa93096 1.2.0 release 2014-08-03 13:57:07 +02:00
Honza Král e8af8dbcc7 Version bump after release for master 2014-07-02 18:20:35 +02:00
Honza Král 6e3de80d82 Bumping the version to 1.1.0 2014-07-02 18:03:20 +02:00
Honza Král 55e6f41606 unittest2 is now used in test helpers 2014-06-12 01:49:57 +02:00
Klaas Bosteels 937f68fe33 refer to README instead of README.rst in setup.py
Fixes #64
2014-04-03 14:46:57 -07:00
Honza Král 7ce5b67a21 Actually add coverage back, it's just coveralls we didn't want 2014-03-28 18:53:39 +01:00
Honza Král 7507bc0dda Don't include coverage in running tests, it's unreliable 2014-03-28 18:49:29 +01:00
Honza Král 866e6c5035 Changing dependencies to urllib3 1.8
The main reason is that it provides fix for the Nagle algorithm
2014-03-06 16:13:42 +01:00
Honza Král 120becc6cc Be more specific on what python versions we support 2014-02-22 15:39:01 +01:00
Honza Král 139dbbb02a Version bump for master 2014-02-11 20:11:24 +01:00
Honza Král 47b8dc948e Version bump 2014-02-11 00:42:01 +01:00
Honza Král d1e031ac03 Version bump to 0.4.4 2013-12-23 16:35:34 +01:00
Honza Král 1e99f51a30 Bump version to 0.4.3 2013-10-22 21:50:34 +02:00
Honza Kral e6e1fd060e Make requests an optional dependency 2013-10-14 23:33:16 +02:00
Honza Kral 553e42c29e New version to upload 2013-10-08 15:21:43 +02:00
Honza Kral b3c1170092 only require thrift if we are going to use it
This commit is mostly for travis since thrift has trouble downloading
at times.
2013-10-02 00:56:23 +02:00
Honza Kral d7814d09f7 Less Specificity on Dependencies
fixes #2
2013-09-25 11:02:26 +02:00