From c55ff697abdb3d02a5342de223733ed388613e26 Mon Sep 17 00:00:00 2001 From: Chris Clark Date: Sun, 26 May 2024 22:46:02 -0400 Subject: [PATCH] Release 4.3.0 --- .gitignore | 1 + HISTORY.rst | 4 +++- explorer/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 45ec76b9..822accd6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ docs/_build/ .env tst tst2 +tmp2 diff --git a/HISTORY.rst b/HISTORY.rst index 0168f36c..c6802039 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ Change Log This document records all notable changes to `django-sql-explorer `_. This project adheres to `Semantic Versioning `_. -`vNext`_ (unreleased) +`4.3.0`_ (2024-05-27) =========================== * Keyboard shortcut to show schema hints (cmd+S / ctrl+S -- note that is a capital @@ -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 diff --git a/explorer/__init__.py b/explorer/__init__.py index c9d92291..fb30cb99 100644 --- a/explorer/__init__.py +++ b/explorer/__init__.py @@ -1,6 +1,6 @@ __version_info__ = { "major": 4, - "minor": 2, + "minor": 3, "patch": 0, "releaselevel": "final", "serial": 0