-# Announcing datasette-pytables 1.0.0
+# Announcing datasette-pytables 1.0.1
## What's new
# Release notes for datasette-pytables
-## Changes from 1.0.0 to 1.0.1
+## Changes from 1.0.1 to 1.0.2
#XXX version-specific blurb XXX#
-## Initial version 1.0.0
+## Initial version 1.0.1
* Filters (e.g. `temp >= 3`) are working.
## 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.
$ git clone https://github.com/PyTables/datasette-pytables
$ cd datasette-pytables
$ python setup.py build
+ $ pytest
```
* Make the tarball with the command: