Skip to content

Commit

Permalink
Update release date and maintainers, enhance badges in README
Browse files Browse the repository at this point in the history
Change the release date for version 3.1 to October 18, 2024, and update the list of maintainers. Also, replace existing badges in the README with new, more visually appealing ones.
  • Loading branch information
StevenMapes committed Oct 18, 2024
1 parent 8740ca1 commit 15fe2f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ repos:
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.18.0
hooks:
- id: blacken-docs
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

Release *v3.1* - ``TBC``
Release *v3.1* - ``2024-10-18``
-------------------------------
* Updated to include support for Python < 3.14 and Django <5.2
* Updated to use Black along with Flake8 and iSort
Expand Down
13 changes: 9 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@ django-decorator-include

Include Django URL patterns with decorators.

Maintained by Stéphane "Twidi" Angel, and Jon Dufresne on
Maintained by Steve Mapes, Stéphane "Twidi" Angel, and Jon Dufresne on
https://github.com/twidi/django-decorator-include
based on the original work from Jeff Kistler on
https://github.com/jeffkistler/django-decorator-include.

.. image:: https://badge.fury.io/py/django-decorator-include.svg
:target: https://badge.fury.io/py/django-decorator-include
.. image:: https://img.shields.io/pypi/v/django-decorator-include.svg?style=for-the-badge
:target: https://img.shields.io/pypi/v/django-decorator-include.svg?style=for-the-badge

.. image:: https://github.com/twidi/django-decorator-include/workflows/build/badge.svg
:target: https://github.com/twidi/django-decorator-include/actions?query=workflow%3Abuild

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge
:target: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge

.. image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge
:target: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge

Installation
------------

Expand All @@ -22,7 +28,6 @@ PyPI::

pip install django-decorator-include


Usage
-----

Expand Down

0 comments on commit 15fe2f5

Please sign in to comment.