Skip to content

Commit

Permalink
Preparing next release
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed May 14, 2021
1 parent 43fe697 commit 3690d7b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
requirements-file: [
django-2.2.txt,
django-3.0.txt,
django-3.1.txt
django-3.1.txt,
django-3.2.txt
]
os: [
ubuntu-20.04,
Expand Down
8 changes: 7 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/groveco/django-sql-explorer>`_.
This project adheres to `Semantic Versioning <https://semver.org/>`_.

`2.1.3`_ (2021-05-14)
---------------------
* `#442`_: ``GET`` params passed to the fullscreen view (Fix `#433`_)

`2.1.2`_ (2021-01-19)
---------------------
* `#431`_: Fix for hidden SQL panel on a new query
Expand Down Expand Up @@ -348,11 +352,13 @@ Initial Release
.. _#420: https://github.com/groveco/django-sql-explorer/pull/420
.. _#424: https://github.com/groveco/django-sql-explorer/pull/424
.. _#425: https://github.com/groveco/django-sql-explorer/pull/425
.. _#442: https://github.com/groveco/django-sql-explorer/pull/442

.. _#269: https://github.com/groveco/django-sql-explorer/issues/269
.. _#288: https://github.com/groveco/django-sql-explorer/issues/288
.. _#341: https://github.com/groveco/django-sql-explorer/issues/341
.. _#371: https://github.com/groveco/django-sql-explorer/issues/371
.. _#396: https://github.com/groveco/django-sql-explorer/issues/396
.. _#412: https://github.com/groveco/django-sql-explorer/issues/412
.. _#431: https://github.com/groveco/django-sql-explorer/issues/431
.. _#431: https://github.com/groveco/django-sql-explorer/issues/431
.. _#433: https://github.com/groveco/django-sql-explorer/issues/433
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ def read(fname):
license="MIT",
keywords="django sql explorer reports reporting csv database query",
url="https://github.com/groveco/django-sql-explorer",
project_urls={
'Changes': 'https://django-sql-explorer.readthedocs.io/en/latest/history.html',
'Documentation': 'https://django-sql-explorer.readthedocs.io/en/latest/',
'Issues': 'https://github.com/groveco/django-sql-explorer/issues'
},
packages=['explorer'],
long_description=read('README.rst'),
classifiers=[
Expand All @@ -59,6 +64,7 @@ def read(fname):
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 3690d7b

Please sign in to comment.