Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit 5dcbf7e

Browse files
committed
v2.2 Release. Added latest Django 3.0 to testsuite.
1 parent cca0218 commit 5dcbf7e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ allow_prereleases = true
2828
[scripts]
2929
test = "sh -c \"coverage erase && pytest && coverage html && echo Coverage report in /tmp/coverage_report/django-memcache-status/index.html\""
3030
cleanup = "sh -c \"isort -rc memcache_status && black --skip-string-normalization --line-length=80 --exclude='/(migrations)/' memcache_status\""
31+
testserver = "sh -c \"django-admin migrate --noinput && django-admin runserver\""

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To test a specific cache backend define it in the env variable::
107107
Changelog
108108
=========
109109

110-
**(master):**
110+
**v2.2 (2020-02-05):**
111111

112112
- Compatibility and tests for Django 2.2 and 3.0, and Python 3.8.
113113
- Use pytest for testing.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-memcache-status
3-
version = 2.1
3+
version = 2.2
44
description =
55
A django application that displays the load and some other
66
statistics about your memcached instances in the admin.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ deps=
3636
django-20: django==2.0.*
3737
django-21: django==2.1.*
3838
django-22: django==2.2.*
39-
django-30: django==3.0a1
39+
django-30: django==3.0.*
4040

4141
[testenv:coverage_setup]
4242
basepython=python3.6

0 commit comments

Comments
 (0)