Skip to content

Commit 26c33ac

Browse files
committed
5.2.0
1 parent 5eb509b commit 26c33ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 2 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-
`5.2b1`_ (2024-08-14)
8+
`5.2.0`_ (2024-08-19)
99
===========================
1010
* `#651`_: Ability to append an upload to a previously uploaded file/sqlite DB as a new table
1111

@@ -542,7 +542,7 @@ Initial Release
542542
.. _5.0.2: https://github.com/explorerhq/sql-explorer/compare/5.0.1...5.0.2
543543
.. _5.1.0: https://github.com/explorerhq/sql-explorer/compare/5.0.2...5.1.0
544544
.. _5.1.1: https://github.com/explorerhq/sql-explorer/compare/5.1.0...5.1.1
545-
.. _5.2b1: https://github.com/explorerhq/sql-explorer/compare/5.1.1...5.2b1
545+
.. _5.2b1: https://github.com/explorerhq/sql-explorer/compare/5.1.1...5.2.0
546546

547547

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

explorer/__init__.py

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

99

0 commit comments

Comments
 (0)