summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Test on Python 3.5python35James Socol2015-10-221-1/+1
|
* Version 3.2.1James Socol2015-10-221-1/+1
|
* Version 3.2v3.2James Socol2015-10-191-1/+1
|
* Version 3.1James Socol2015-03-181-1/+1
|
* Version 3.0.1v3.0.1James Socol2014-07-271-1/+1
|
* Version 3.0James Socol2014-05-091-1/+1
|
* Update test envs and trove classifiersJames Socol2014-05-091-1/+4
|
* Version 2.1.2v2.1.2James Socol2014-01-071-1/+1
|
* Version 2.1.1v2.1.1James Socol2014-01-031-1/+1
|
* Do versioning simpler.v2.1James Socol2014-01-031-15/+1
|
* Move __version__ to _version.py.v2.0.1James Socol2013-03-251-3/+18
| | | | | - Fixes installs with Django 1.5 in the environment. - Steal get_version in setup.py from elasticutils.
* Use statsd.__version__. v2.0.0v2.0.0James Socol2013-03-211-1/+3
|
* Merge branch 'master' of github.com:jsocol/pystatsdJames Socol2012-09-061-2/+2
|\
| * This is stable code.James Socol2012-08-221-1/+1
| |
| * Version 1.0.0James Socol2012-08-221-1/+1
| |
* | Update License and copyright.James Socol2012-08-061-2/+2
|/
* Python 3.2 and 2.5 support; tox test running.Mikhail Korobov2012-06-261-3/+7
| | | | | | | socket.send expects bytes in Python 3 (while python 2 doesn't care) and it looks like statsd server implementations doesn't support non-ascii data so the data is forced to ascii. I don't care much about python 2.5 but its support was only single __future__ import away so it was added. Travis CI is great but tox is better for TDD because tests can be run locally without commiting so tox.ini was added. Version management was simplified (more KISS, less DRY) because importing packages in setup.py causes headaches.
* Grr, versions should be easier, it's 2011.James Socol2011-04-111-1/+1
|
* TypoJames Socol2011-04-111-1/+1
|
* Version 0.1James Socol2011-04-111-0/+26