Skip to content

Commit

Permalink
Merge branch 'release/0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hedleyroos committed Jul 6, 2017
2 parents 3539dbf + 0843e87 commit 2594716
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Expand Up @@ -4,3 +4,5 @@ Authors
Praekelt Consulting
-------------------
* Jonathan Bydendyk
* Hedley Roos

4 changes: 0 additions & 4 deletions CHANGELOG.rst
@@ -1,10 +1,6 @@
Changelog
=========

next
----
#. Improve ``render_menu`` performance.

0.1
---
#. Initial release.
Expand Down
3 changes: 1 addition & 2 deletions README.rst
Expand Up @@ -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
-----

Expand Down Expand Up @@ -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.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 2594716

Please sign in to comment.