diff --git a/README.rst b/README.rst index 7b28e73..8cd193f 100644 --- a/README.rst +++ b/README.rst @@ -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=`. + Change log ========== diff --git a/django_tables2/__init__.py b/django_tables2/__init__.py index 984780b..6e0d37c 100644 --- a/django_tables2/__init__.py +++ b/django_tables2/__init__.py @@ -12,4 +12,4 @@ except ImportError: pass -__version__ = "0.16.0" +__version__ = "0.16.1.dev"