Skip to content

Commit 1c3e2ab

Browse files
committed
5.3b1
1 parent 2d7736d commit 1c3e2ab

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

HISTORY.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Change Log
55
This document records all notable changes to `SQL Explorer <https://github.com/explorerhq/sql-explorer>`_.
66
This project adheres to `Semantic Versioning <https://semver.org/>`_.
77

8-
vNext
8+
`5.3.0 (beta)`_ (2024-08-29)
99
===========================
1010
* `#664`_: Improvements to the AI SQL Assistant:
1111

@@ -583,7 +583,8 @@ Initial Release
583583
.. _5.0.2: https://github.com/explorerhq/sql-explorer/compare/5.0.1...5.0.2
584584
.. _5.1.0: https://github.com/explorerhq/sql-explorer/compare/5.0.2...5.1.0
585585
.. _5.1.1: https://github.com/explorerhq/sql-explorer/compare/5.1.0...5.1.1
586-
.. _5.2b1: https://github.com/explorerhq/sql-explorer/compare/5.1.1...5.2.0
586+
.. _5.2.0: https://github.com/explorerhq/sql-explorer/compare/5.1.1...5.2.0
587+
.. _5.3b1: https://github.com/explorerhq/sql-explorer/compare/5.2.0...5.3b1
587588

588589

589590
.. _#254: https://github.com/explorerhq/sql-explorer/pull/254

explorer/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
__version_info__ = {
22
"major": 5,
3-
"minor": 2,
3+
"minor": 3,
44
"patch": 0,
5-
"releaselevel": "final",
6-
"serial": 0
5+
"releaselevel": "beta",
6+
"serial": 1
77
}
88

99

0 commit comments

Comments
 (0)