Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed May 27, 2024
1 parent f7e83f6 commit c55ff69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ docs/_build/
.env
tst
tst2
tmp2
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Change Log
This document records all notable changes to `django-sql-explorer <https://github.com/chrisclark/django-sql-explorer>`_.
This project adheres to `Semantic Versioning <https://semver.org/>`_.

`vNext`_ (unreleased)
`4.3.0`_ (2024-05-27)
===========================

* Keyboard shortcut to show schema hints (cmd+S / ctrl+S -- note that is a capital
Expand Down Expand Up @@ -552,5 +552,7 @@ Initial Release
.. _#610: https://github.com/chrisclark/django-sql-explorer/issues/610
.. _#612: https://github.com/chrisclark/django-sql-explorer/issues/612
.. _#616: https://github.com/chrisclark/django-sql-explorer/issues/616
.. _#618: https://github.com/chrisclark/django-sql-explorer/issues/618
.. _#619: https://github.com/chrisclark/django-sql-explorer/issues/619

.. _furo: https://github.com/pradyunsg/furo
2 changes: 1 addition & 1 deletion explorer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version_info__ = {
"major": 4,
"minor": 2,
"minor": 3,
"patch": 0,
"releaselevel": "final",
"serial": 0
Expand Down

0 comments on commit c55ff69

Please sign in to comment.