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"