Skip to content

Commit 77250dc

Browse files
committed
5.0 final
1 parent c76a671 commit 77250dc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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 `django-sql-explorer <https://github.com/explorerhq/django-sql-explorer>`_.
66
This project adheres to `Semantic Versioning <https://semver.org/>`_.
77

8-
`5.0.b3`_ (2024-06-20)
8+
`5.0.0`_ (2024-06-25)
99
===========================
1010

1111
* Manage DB connections via the UI (and/or Django Admin). Set EXPLORER_DB_CONNECTIONS_ENABLED
@@ -470,7 +470,8 @@ Initial Release
470470
.. _4.0.2: https://github.com/explorerhq/django-sql-explorer/compare/4.0.0...4.0.2
471471
.. _4.1.0: https://github.com/explorerhq/django-sql-explorer/compare/4.0.2...4.1.0
472472
.. _4.2.0: https://github.com/explorerhq/django-sql-explorer/compare/4.1.0...4.2.0
473-
.. _vNext: https://github.com/explorerhq/django-sql-explorer/compare/4.2.0...master
473+
.. _4.3.0: https://github.com/explorerhq/django-sql-explorer/compare/4.2.0...4.3.0
474+
.. _5.0.0: https://github.com/explorerhq/django-sql-explorer/compare/4.2.0...5.0.0
474475

475476
.. _#254: https://github.com/explorerhq/django-sql-explorer/pull/254
476477
.. _#334: https://github.com/explorerhq/django-sql-explorer/pull/334

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": 0,
44
"patch": 0,
5-
"releaselevel": "beta",
6-
"serial": 3
5+
"releaselevel": "final",
6+
"serial": 0
77
}
88

99

0 commit comments

Comments
 (0)