fix-regex-warnings 0.25.2
Simon Willison 2018-12-16 13:26:37 -08:00
rodzic 84d7890b63
commit b5128fc53f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 17E2DEA2588B7F52
2 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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
---------------