okfn / ckanclient-deprecated

DEPRECATED - please see https://github.com/ckan/ckanapi. [Python client library for CKAN]
http://pypi.python.org/pypi/ckanclient
25 stars 17 forks source link

Do a new release #8

Closed rufuspollock closed 12 years ago

rufuspollock commented 12 years ago

With the new datastore code in here plus code for filestore we should do a new release.

Release command:

python setup.py register sdist upload
rufuspollock commented 12 years ago

@seanh assigning to your for review and input.

seanh commented 12 years ago

@rgrp I think it's ready for push to PyPI (which I don't have permission to do). I've updated the README and CHANGELOG, incremented the version number in __init__.py for PyPI, and created the tag for the release.

The README was a bit of a mess with some parts (e.g. datastore client) documented in the README file and other parts (ckan catalog client) documented in __init__.py. I've moved all README and CHANGELOG text out of __init__.py into the README and CHANGELOG files so they show up nicely on GitHub. PyPI should probably be updated with links to the git repo for the documentation and changelog.

rufuspollock commented 12 years ago

@seanh just noticed this ;-) (feel free to ping in future if I don't respond). I've just done the release to PyPI (we probably should download and test for good measure!)