Skip to content

Commit 6454059

Browse files
Version 3.0.2
1 parent 14f2ba6 commit 6454059

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
--outdir dist/
6767
- name: Publish distribution 📦 to Test PyPI
6868
uses: pypa/gh-action-pypi-publish@master
69+
continue-on-error: true
6970
with:
7071
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
7172
repository_url: https://test.pypi.org/legacy/

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.0.2
2+
* Just CI auto deploy fixes
3+
14
3.0.0
25
* Compatible with Debug toolbar 3.x
36
* Compatible with Django 4.0 (Requires python 3.8+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name="django-elasticsearch-debug-toolbar",
77
packages=find_packages(),
8-
version="3.0.1",
8+
version="3.0.2",
99
description="A Django Debug Toolbar panel for Elasticsearch",
1010
long_description=open("README.md").read(),
1111
author="Benoit Chabord",

0 commit comments

Comments
 (0)