Skip to content

Commit

Permalink
Release 3.13
Browse files Browse the repository at this point in the history
Refs #299
  • Loading branch information
simonw committed Jul 24, 2021
1 parent ab8d4aa commit c7e8d72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
===========

.. _v3_13:

3.13 (2021-07-24)
-----------------

- ``sqlite-utils schema my.db table1 table2`` command now accepts optional table names. (`#299 <https://github.com/simonw/sqlite-utils/issues/299>`__)
- ``sqlite-utils memory --help`` now describes the ``--schema`` option.

.. _v3_12:

3.12 (2021-06-25)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import io
import os

VERSION = "3.12"
VERSION = "3.13"


def get_long_description():
Expand Down

0 comments on commit c7e8d72

Please sign in to comment.