We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddd3b1 commit 40e28acCopy full SHA for 40e28ac
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [0.9.1] - 2025-04-07
2
+- Peripheral: Fixing readme so can deploy to pypi
3
+
4
## [0.9.0] - 2025-04-07
5
- Added: Django 5.2 support
6
- Added: Python 3.13 support
README.rst
@@ -1,9 +1,6 @@
Django Contact Forms Generic Views
==================================
-.. image:: https://travis-ci.org/madisona/django-contact-form.svg?branch=master
-:target: https://travis-ci.org/madisona/django-contact-form
-
7
An Extensible Contact Form.
8
Based entirely on James Bennett's django-contact-form:
9
https://bitbucket.org/ubernostrum/django-contact-form/
contact_form/__init__.py
@@ -1,2 +1,2 @@
-VERSION = '0.9.0'
+VERSION = '0.9.1'
0 commit comments