Skip to content

Commit

Permalink
bump version: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Apr 18, 2016
1 parent c2b4045 commit 244ac20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -73,6 +73,8 @@ And add the ``admin_footer`` tag to the ``footer`` block:
{% admin_footer %}
{% endblock %}
You'll now see a copyright link at the bottom of the admin pages.
The ``version`` information is hidden for non-staff users.

.. _pip: https://pypi.python.org/pypi/pip
.. _PyPi: https://pypi.python.org/pypi/django-admin-footer
Expand Down
2 changes: 1 addition & 1 deletion admin_footer/__init__.py
Expand Up @@ -9,7 +9,7 @@


#: Application version.
__version__ = (1, 0, 0, 'b1')
__version__ = (1, 0, 0)


def short_version(version=None):
Expand Down

0 comments on commit 244ac20

Please sign in to comment.