Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Feb 10, 2022
1 parent 1416037 commit e6456f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
`unreleased`_ changes
---------------------

`2.4.0`_ (2022-02-10)
---------------------
* `#470`_: Upgrade JS/CSS versions.

`2.3.0`_ (2021-07-24)
---------------------
* `#450`_: Added Russian translations.
Expand Down Expand Up @@ -377,6 +381,7 @@ Initial Release
.. _#445: https://github.com/groveco/django-sql-explorer/pull/445
.. _#449: https://github.com/groveco/django-sql-explorer/pull/449
.. _#450: https://github.com/groveco/django-sql-explorer/pull/450
.. _#470: https://github.com/groveco/django-sql-explorer/pull/470

.. _#269: https://github.com/groveco/django-sql-explorer/issues/269
.. _#288: https://github.com/groveco/django-sql-explorer/issues/288
Expand Down
2 changes: 1 addition & 1 deletion explorer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version_info__ = {
'major': 2,
'minor': 3,
'minor': 4,
'micro': 0,
'releaselevel': 'final',
'serial': 0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def read(fname):
],
python_requires='>=3.6',
install_requires=[
'Django>=2.2.14',
'Django>=2.2.27',
'sqlparse>=0.4.0',
],
extras_require={
Expand Down

0 comments on commit e6456f5

Please sign in to comment.