Skip to content

Commit

Permalink
Version bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Aug 7, 2013
1 parent a0fff44 commit 5d4ffe3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -13,7 +13,7 @@ django-tabination
:alt: PyPI download stats
:target: https://crate.io/packages/django-tabination

*django-tabination* is a lightweight (~50 SLOC) Django 1.4+ library that enables
*django-tabination* is a lightweight (~70 SLOC) Django 1.4+ library that enables
you to easily build your own tab navigation based on class based views.

It supports code based creation of tabs directly in your views, conditional
Expand Down Expand Up @@ -43,6 +43,10 @@ Changelog

*django-tabination* uses `Semantic Versioning`_ 2.0.0-rc.1.

v0.3.1 (2013-08-07)

- [bug] Fixed bug #10 related to multilevel navigation

v0.3.0 (2013-02-28)

- [add] Sorting of tabs
Expand Down
2 changes: 1 addition & 1 deletion tabination/__init__.py
@@ -1,3 +1,3 @@
__VERSION__ = '0.3.0'
__VERSION__ = '0.3.1'
__AUTHOR__ = 'Danilo Bargen'
__AUTHOR_EMAIL__ = 'gezuru@gmail.com'

0 comments on commit 5d4ffe3

Please sign in to comment.