Skip to content

Commit

Permalink
v1.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Oct 30, 2016
1 parent 6a6def1 commit c36310a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -32,6 +32,9 @@ Details if you click on a instance
Changelog
=========

**v1.3:**
Django 1.10 compatibility and test integration. Python 3 compatibility.

**v1.2:**
Unittests, General code cleanup to support Django 1.8+ features such as
AppConfig, Django-Debugtoolbar support, Python3 Support, Compatibility tests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@ def run_tests(self):

setup(
name='django-memcache-status',
version='1.2',
version='1.3',
description='A django application that displays the load and some other '
'statistics about your memcached instances in the admin.',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit c36310a

Please sign in to comment.