diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3f098f2..56cbd30 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: niden/actions-memcached@v7 - + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/README.rst b/README.rst index 33358f0..3b11b21 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/setup.cfg b/setup.cfg index 10d78e0..57b8a5c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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