From 4cc22c9d4c327a54992f066edd6191dc7baffd4d Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Sun, 10 May 2015 09:09:55 +1000 Subject: [PATCH] Bump version to 1.0.4 --- README.md | 5 +++++ django_tables2/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bd4e16..27277fb 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,11 @@ Publishing a release Change log ========== +v1.0.4 +------ + +- Fix bug in retrieving `field.verbose_name` under Django 1.8. + v1.0.3 ------ diff --git a/django_tables2/__init__.py b/django_tables2/__init__.py index ce814e4..9b33576 100644 --- a/django_tables2/__init__.py +++ b/django_tables2/__init__.py @@ -12,4 +12,4 @@ except ImportError: pass -__version__ = "1.0.3" +__version__ = "1.0.4"