Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jul 13, 2023
1 parent 909a3a1 commit 2e543f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
---------------------


`3.2.1`_ (2023-07-13)
---------------------
* `#539`_: Test for SET PASSWORD
* `#544`_: Fix `User` primary key reference

`3.2.0`_ (2023-05-17)
---------------------
* `#533`_: CSRF token httponly support + s3 destination for async results
Expand Down Expand Up @@ -474,6 +479,8 @@ Initial Release
.. _#528: https://github.com/groveco/django-sql-explorer/pull/528
.. _#529: https://github.com/groveco/django-sql-explorer/pull/529
.. _#533: https://github.com/groveco/django-sql-explorer/pull/533
.. _#539: https://github.com/groveco/django-sql-explorer/pull/539
.. _#544: https://github.com/groveco/django-sql-explorer/pull/544

.. _#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,7 +1,7 @@
__version_info__ = {
'major': 3,
'minor': 2,
'patch': 0,
'patch': 1,
'releaselevel': 'final',
'serial': 0
}
Expand Down

0 comments on commit 2e543f3

Please sign in to comment.