Release 0.25.2

This commit is contained in:
Simon Willison 2018-12-16 13:26:37 -08:00
commit b5128fc53f
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 14 additions and 0 deletions

View file

@ -4,6 +4,16 @@
Changelog
=========
.. _v0_25_2:
0.25.2 (2018-12-16)
-------------------
- ``datasette publish heroku`` now uses the ``python-3.6.7`` runtime
- Added documentation on :ref:`how to build the documentation <contributing_documentation>`
- Added documentation covering :ref:`our release process <contributing_release>`
- Upgraded to pytest 4.0.2
.. _v0_25_1:
0.25.1 (2018-11-04)

View file

@ -70,6 +70,8 @@ Then run Datasette like this::
datasette fixtures.db -m fixtures-metadata.json
.. _contributing_documentation:
Editing and building the documentation
--------------------------------------
@ -90,6 +92,8 @@ Any time you make changes to a ``.rst`` file you can re-run ``make`` to update t
The documentation is written using reStructuredText. You may find this article on `The subset of reStructuredText worth committing to memory <https://simonwillison.net/2018/Aug/25/restructuredtext/>`__ useful.
.. _contributing_release:
Release process
---------------