From e97c1a7bbca75b2105453ebe64274ce3082ad6cf Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Tue, 7 Apr 2015 20:56:58 +1000 Subject: [PATCH] Bump to v0.16.1, add release instructions. --- README.rst | 7 +++++++ django_tables2/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"