diff --git a/HISTORY.rst b/HISTORY.rst index 8f6b1846..6bd26534 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 `_. -`5.2b1`_ (2024-08-14) +`5.2.0`_ (2024-08-19) =========================== * `#651`_: Ability to append an upload to a previously uploaded file/sqlite DB as a new table @@ -542,7 +542,7 @@ 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.2b1 +.. _5.2b1: https://github.com/explorerhq/sql-explorer/compare/5.1.1...5.2.0 .. _#254: https://github.com/explorerhq/sql-explorer/pull/254 diff --git a/explorer/__init__.py b/explorer/__init__.py index 47baa5f4..4431c6f6 100644 --- a/explorer/__init__.py +++ b/explorer/__init__.py @@ -2,8 +2,8 @@ "major": 5, "minor": 2, "patch": 0, - "releaselevel": "beta", - "serial": 1 + "releaselevel": "final", + "serial": 0 }