From c2ac5c60ee287ecc7bc0cdb16f419752f1052c65 Mon Sep 17 00:00:00 2001 From: Chris Clark Date: Tue, 30 Jul 2024 09:53:47 -0400 Subject: [PATCH] 5.1 final (#652) --- HISTORY.rst | 2 +- explorer/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 76d79dcc..4d117a32 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 `_. -`5.1.0`_ (2024-07-TBD) +`5.1.0`_ (2024-07-30) =========================== Major improvements: diff --git a/explorer/__init__.py b/explorer/__init__.py index 9117de56..4a499891 100644 --- a/explorer/__init__.py +++ b/explorer/__init__.py @@ -2,8 +2,8 @@ "major": 5, "minor": 1, "patch": 0, - "releaselevel": "beta", - "serial": 1 + "releaselevel": "final", + "serial": 0 }