From 1c3e2ab8bd8af1972176bb279507abaa89d21988 Mon Sep 17 00:00:00 2001 From: Chris Clark Date: Thu, 29 Aug 2024 14:32:26 -0400 Subject: [PATCH] 5.3b1 --- HISTORY.rst | 5 +++-- explorer/__init__.py | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 764b602d..ac35f278 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ Change Log This document records all notable changes to `SQL Explorer `_. This project adheres to `Semantic Versioning `_. -vNext +`5.3.0 (beta)`_ (2024-08-29) =========================== * `#664`_: Improvements to the AI SQL Assistant: @@ -583,7 +583,8 @@ Initial Release .. _5.0.2: https://github.com/explorerhq/sql-explorer/compare/5.0.1...5.0.2 .. _5.1.0: https://github.com/explorerhq/sql-explorer/compare/5.0.2...5.1.0 .. _5.1.1: https://github.com/explorerhq/sql-explorer/compare/5.1.0...5.1.1 -.. _5.2b1: https://github.com/explorerhq/sql-explorer/compare/5.1.1...5.2.0 +.. _5.2.0: https://github.com/explorerhq/sql-explorer/compare/5.1.1...5.2.0 +.. _5.3b1: https://github.com/explorerhq/sql-explorer/compare/5.2.0...5.3b1 .. _#254: https://github.com/explorerhq/sql-explorer/pull/254 diff --git a/explorer/__init__.py b/explorer/__init__.py index 4431c6f6..f0e2859b 100644 --- a/explorer/__init__.py +++ b/explorer/__init__.py @@ -1,9 +1,9 @@ __version_info__ = { "major": 5, - "minor": 2, + "minor": 3, "patch": 0, - "releaselevel": "final", - "serial": 0 + "releaselevel": "beta", + "serial": 1 }