diff --git a/AUTHORS.rst b/AUTHORS.rst index 002792e..e5df199 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -4,3 +4,5 @@ Authors Praekelt Consulting ------------------- * Jonathan Bydendyk +* Hedley Roos + diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9d2c0cd..5640bdc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,6 @@ Changelog ========= -next ----- -#. Improve ``render_menu`` performance. - 0.1 --- #. Initial release. diff --git a/README.rst b/README.rst index e572a13..5488210 100644 --- a/README.rst +++ b/README.rst @@ -20,8 +20,6 @@ Installation #. Add ``url(r'^navbuilder/', include("navbuilder.urls", namespace="navbuilder"))`` to your ``url patterns`` (only required if you intend on using the list/detail views) -#. If you prefer to use your own Link model add it in: ``settings.NAVBUILDER["LINK_MODEL"]`` otherwise https://github.com/praekelt/django-link will need to be installed. - Usage ----- @@ -49,3 +47,4 @@ Inclusion tag usage: The very specific naming for the tag is used so that it could be used with other breadcrumb generators as a fallback. + diff --git a/setup.py b/setup.py index b1eaf00..83930f2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ name="django-navbuilder", description="Build hierarchical navigation objects from multiple link objects", long_description="".join([open(f, "r").read() for f in description_files]), - version="0.9.0", + version="0.1", author="Praekelt Consulting", author_email="dev@praekelt.com", license="BSD",