]> git.jsancho.org Git - datasette-pytables.git/blobdiff - RELEASING.md
Preparing version 1.0.1
[datasette-pytables.git] / RELEASING.md
index c4b8079054162174594836579f7dce4c6e0cc9fd..1c6c882295cc693054aeb0022cfa00fd33774ccb 100644 (file)
@@ -7,6 +7,8 @@ Date: 2018-06-01
 
 ## Preliminaries
 
+* Update the version number at ``VERSION`` and ``ANNOUNCE.md``.
+
 * Make sure that ``RELEASE_NOTES.md`` and ``ANNOUNCE.md`` are up to
   date with the latest news in the release.
 
@@ -62,6 +64,7 @@ Date: 2018-06-01
   $ git clone https://github.com/PyTables/datasette-pytables
   $ cd datasette-pytables
   $ python setup.py build
+  $ pytest
 ```
 
 * Make the tarball with the command: