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

Commit 96d72aa

Browse files
committed
v2.3 release
1 parent 32c9df1 commit 96d72aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: niden/actions-memcached@v7
15-
15+
1616
- uses: actions/checkout@v3
1717

1818
- name: Set up Python ${{ matrix.python-version }}

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-
**v2.3 (2023-04-29):**
110+
**v2.3 (2023-04-30):**
111111

112112
- Compatibility and tests for Django 3.2 to 4.2, and Python 3.11.
113113
- Dropped support for Django 2.2.

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.3a
3+
version = 2.3
44
description = "A django application that displays the load and other statistics about your memcached instances in the admin."
55
long_description = file: README.rst
66
author = Martin Mahner

0 commit comments

Comments
 (0)