Releasing 0.12

This commit is contained in:
Simon Willison 2019-02-22 18:22:28 -08:00
commit 1ffa40301d
4 changed files with 15 additions and 1 deletions

View file

@ -52,6 +52,8 @@ You can also iterate through the table objects themselves using the ``.tables``
>>> db.tables
[<Table dogs>]
.. _python_api_rows:
Listing rows
============