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

Commit

Permalink
v2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartTC committed Apr 29, 2023
1 parent 32c9df1 commit 96d72aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: niden/actions-memcached@v7

- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To test a specific cache backend define it in the env variable::
Changelog
=========

**v2.3 (2023-04-29):**
**v2.3 (2023-04-30):**

- Compatibility and tests for Django 3.2 to 4.2, and Python 3.11.
- Dropped support for Django 2.2.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-memcache-status
version = 2.3a
version = 2.3
description = "A django application that displays the load and other statistics about your memcached instances in the admin."
long_description = file: README.rst
author = Martin Mahner
Expand Down

0 comments on commit 96d72aa

Please sign in to comment.