Skip to content

Commit f3e2a31

Browse files
committed
correct license svg url, move changelog down
1 parent c18cec8 commit f3e2a31

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ Install
2121

2222
(pydf was taken, but I guess python-pdf is a clearer name anyway.)
2323

24-
Changelog
25-
---------
26-
27-
0.3
28-
~~~
29-
30-
- uprev wkhtmltopdf from **0.12.2 (beta)** to **0.12.4**.
31-
- code cleanup
32-
3324
Basic Usage
3425
-----------
3526

@@ -103,11 +94,20 @@ option
10394
Low level function to call wkhtmltopdf, arguments are added to
10495
wkhtmltopdf binary and passed to subprocess with not processing.
10596

97+
Changelog
98+
---------
99+
100+
0.3
101+
~~~
102+
103+
- uprev wkhtmltopdf from **0.12.2 (beta)** to **0.12.4**.
104+
- code cleanup
105+
106106
.. |Build Status| image:: https://travis-ci.org/tutorcruncher/pydf.svg?branch=master
107107
:target: https://travis-ci.org/tutorcruncher/pydf
108108
.. |codecov.io| image:: https://codecov.io/github/tutorcruncher/pydf/coverage.svg?branch=master
109109
:target: https://codecov.io/github/tutorcruncher/pydf?branch=master
110110
.. |PyPI Status| image:: https://img.shields.io/pypi/v/python-pdf.svg?style=flat
111111
:target: https://pypi.python.org/pypi/python-pdf
112-
.. |license| image:: https://img.shields.io/pypi/l/pydf.svg
112+
.. |license| image:: https://img.shields.io/pypi/l/python-pdf.svg
113113
:target: https://github.com/tutorcruncher/pydf

0 commit comments

Comments
 (0)