Skip to content

Commit

Permalink
Release 3.8
Browse files Browse the repository at this point in the history
Refs #261, #263
  • Loading branch information
simonw committed Jun 3, 2021
1 parent 28dc5aa commit d1a372b
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_8:

3.8 (2021-06-02)
----------------

- New ``sqlite-utils indexes`` command to list indexes in a database, see :ref:`cli_indexes`. (`#263 <https://github.com/simonw/sqlite-utils/issues/263>`__)
- ``table.indexes`` introspection property returning more details about that table's indexes, see :ref:`python_api_introspection_xindexes`. (`#261 <https://github.com/simonw/sqlite-utils/issues/261>`__)

.. _v3_7:

3.7 (2021-05-28)
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.7"
VERSION = "3.8"


def get_long_description():
Expand Down

0 comments on commit d1a372b

Please sign in to comment.