Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Commit d2d8724

Browse files
author
Hugo Osvaldo Barrera
committed
Fix README not rendering as expected on PyPI
1 parent c3f34b5 commit d2d8724

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ v5.1.1
55
------
66

77
* Fixed issues storing ``Payment.mp_id`` when using MariaDB.
8+
* Fix README not rendering as expected on PyPI.
89

910
v5.1.0
1011
------

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ To complete a full payment flow, you'd:
163163
* Use ``preference.url`` to forward the user to the payment page.
164164
* If your webhooks are properly configured, the notification will be created as
165165
soon as the user completes the operation.
166-
* Depending on your ``AUTOPROCESS`` setting, the status may be updated
167-
automatically, or may be up to you (see above).
168-
* If you're not using webhooks, you'll have to poll the status manually
169-
from time to time (using ``poll_status``).
166+
167+
* Depending on your ``AUTOPROCESS`` setting, the status may be updated
168+
automatically, or may be up to you (see above).
169+
* If you're not using webhooks, you'll have to poll the status manually
170+
from time to time (using ``poll_status``).
170171

171172
Backwards compatibility
172173
-----------------------

0 commit comments

Comments
 (0)