Skip to content

Commit 14f2ba6

Browse files
Version 3.0.1
1 parent 182a541 commit 14f2ba6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444

4545

4646
build-n-publish:
47+
needs: tests
4748
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
4849
runs-on: ubuntu-latest
4950
steps:

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.0",
8+
version="3.0.1",
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)