Skip to content

Commit 40e28ac

Browse files
authored
Peripheral: Fix readme so can deploy to pypi (#20)
1 parent 8ddd3b1 commit 40e28ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.9.1] - 2025-04-07
2+
- Peripheral: Fixing readme so can deploy to pypi
3+
14
## [0.9.0] - 2025-04-07
25
- Added: Django 5.2 support
36
- Added: Python 3.13 support

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Django Contact Forms Generic Views
22
==================================
33

4-
.. image:: https://travis-ci.org/madisona/django-contact-form.svg?branch=master
5-
:target: https://travis-ci.org/madisona/django-contact-form
6-
74
An Extensible Contact Form.
85
Based entirely on James Bennett's django-contact-form:
96
https://bitbucket.org/ubernostrum/django-contact-form/

contact_form/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
VERSION = '0.9.0'
2+
VERSION = '0.9.1'

0 commit comments

Comments
 (0)