]> git.jsancho.org Git - datasette-pytables.git/commitdiff
Preparing version 1.0.1
authorJavier Sancho <jsf@jsancho.org>
Fri, 1 Jun 2018 10:44:56 +0000 (12:44 +0200)
committerJavier Sancho <jsf@jsancho.org>
Fri, 1 Jun 2018 10:44:56 +0000 (12:44 +0200)
ANNOUNCE.md
RELEASE_NOTES.md
RELEASING.md
VERSION

index 9f9dba4614c360cba3d6390d9cf346e169094a30..81d4a056a263bedf2ff2239819382f617a441f4e 100644 (file)
@@ -1,4 +1,4 @@
-# Announcing datasette-pytables 1.0.0
+# Announcing datasette-pytables 1.0.1
 
 ## What's new
 
index 2d99c6138123b03f08e6ed91b8b122e68cd55af3..ccce7793e83bd9b43a67254bc864df4054bc8fb3 100644 (file)
@@ -1,12 +1,12 @@
 # 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.
 
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:
diff --git a/VERSION b/VERSION
index 0ea3a944b399d25f7e1b8fe684d754eb8da9fe7f..7dea76edb3dc51b6e5e8223e9f941a35c1e364d6 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
+1.0.1