From b5128fc53fce6a1bf3b16bad9f318451bc1d1263 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 16 Dec 2018 13:26:37 -0800 Subject: [PATCH] Release 0.25.2 --- docs/changelog.rst | 10 ++++++++++ docs/contributing.rst | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3c095330..236237ba 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ` +- Added documentation covering :ref:`our release process ` +- Upgraded to pytest 4.0.2 + .. _v0_25_1: 0.25.1 (2018-11-04) diff --git a/docs/contributing.rst b/docs/contributing.rst index f7b9f936..5f17e501 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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 `__ useful. +.. _contributing_release: + Release process ---------------