Skip to content

Commit cb58913

Browse files
committed
addresses #52
1 parent 6e65b26 commit cb58913

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/django-enum.svg
1111
:target: https://pypi.python.org/pypi/django-enum/
1212

13+
.. |PyPI djversions| image:: https://img.shields.io/pypi/djversions/your-package-name.svg
14+
:alt: Supported Django versions
15+
:target: https://pypi.org/project/your-package-name/
16+
1317
.. |PyPI status| image:: https://img.shields.io/pypi/status/django-enum.svg
1418
:target: https://pypi.python.org/pypi/django-enum
1519

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Framework :: Django :: 3.2",
1818
"Framework :: Django :: 4.0",
19+
"Framework :: Django :: 4.1",
1920
"Framework :: Django :: 4.2",
2021
"Intended Audience :: Developers",
2122
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)