Skip to content

Commit

Permalink
Version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-chabord-cdx committed Feb 20, 2022
1 parent 14f2ba6 commit 6454059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
--outdir dist/
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
continue-on-error: true
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
Expand Down
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.0.2
* Just CI auto deploy fixes

3.0.0
* Compatible with Debug toolbar 3.x
* Compatible with Django 4.0 (Requires python 3.8+)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name="django-elasticsearch-debug-toolbar",
packages=find_packages(),
version="3.0.1",
version="3.0.2",
description="A Django Debug Toolbar panel for Elasticsearch",
long_description=open("README.md").read(),
author="Benoit Chabord",
Expand Down

0 comments on commit 6454059

Please sign in to comment.