Bump to v0.16.1, add release instructions.

This commit is contained in:
Bradley Ayers 2015-04-07 20:56:58 +10:00
parent f46bbc241b
commit e97c1a7bbc
2 changed files with 8 additions and 1 deletions

View File

@ -66,6 +66,13 @@ globally, use::
make html SPHINXBUILD="python $(which sphinx-build)"
Publishing a release
====================
1. Bump the version in `django-tables2/__init__.py`.
2. Update `README.rst`.
3. Run `python setup.py sdist upload --sign --identity=<your gpg identity>`.
Change log
==========

View File

@ -12,4 +12,4 @@ except ImportError:
pass
__version__ = "0.16.0"
__version__ = "0.16.1.dev"