Skip to content

Commit

Permalink
5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Jun 26, 2024
1 parent f7d203d commit ea50924
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Change Log
This document records all notable changes to `django-sql-explorer <https://github.com/explorerhq/django-sql-explorer>`_.
This project adheres to `Semantic Versioning <https://semver.org/>`_.

`5.0.1`_ (2024-06-26)
===========================
* `#631`_: Pandas is only required if EXPLORER_USER_UPLOADS_ENABLED is True

`5.0.0`_ (2024-06-25)
===========================

Expand Down Expand Up @@ -471,7 +475,9 @@ Initial Release
.. _4.1.0: https://github.com/explorerhq/django-sql-explorer/compare/4.0.2...4.1.0
.. _4.2.0: https://github.com/explorerhq/django-sql-explorer/compare/4.1.0...4.2.0
.. _4.3.0: https://github.com/explorerhq/django-sql-explorer/compare/4.2.0...4.3.0
.. _5.0.0: https://github.com/explorerhq/django-sql-explorer/compare/4.2.0...5.0.0
.. _5.0.0: https://github.com/explorerhq/django-sql-explorer/compare/4.3.0...5.0.0
.. _5.0.1: https://github.com/explorerhq/django-sql-explorer/compare/5.0.0...5.0.1


.. _#254: https://github.com/explorerhq/django-sql-explorer/pull/254
.. _#334: https://github.com/explorerhq/django-sql-explorer/pull/334
Expand Down Expand Up @@ -573,5 +579,6 @@ Initial Release
.. _#616: https://github.com/explorerhq/django-sql-explorer/issues/616
.. _#618: https://github.com/explorerhq/django-sql-explorer/issues/618
.. _#619: https://github.com/explorerhq/django-sql-explorer/issues/619
.. _#631: https://github.com/explorerhq/django-sql-explorer/issues/631

.. _furo: https://github.com/pradyunsg/furo
2 changes: 1 addition & 1 deletion explorer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version_info__ = {
"major": 5,
"minor": 0,
"patch": 0,
"patch": 1,
"releaselevel": "final",
"serial": 0
}
Expand Down

0 comments on commit ea50924

Please sign in to comment.