From ef5351d92cd3b6859fd451ea8628bb92a9034d8b Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Sun, 10 May 2015 08:56:01 +1000 Subject: [PATCH] Bump version to 1.0.1 --- README.md | 5 +++++ django_tables2/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aca8ae..cb47390 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ Publishing a release Change log ========== +v1.0.1 +------ + +- Convert README to markdown so it's formatted nicely on PyPI. + v1.0.0 ------ diff --git a/django_tables2/__init__.py b/django_tables2/__init__.py index c74e8f5..258d531 100644 --- a/django_tables2/__init__.py +++ b/django_tables2/__init__.py @@ -12,4 +12,4 @@ except ImportError: pass -__version__ = "1.0.0" +__version__ = "1.0.1"