Skip to content

Commit 442f12b

Browse files
committed
django-debug-toolbar 3.0a4
1 parent 7f58015 commit 442f12b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
==========
33

4-
3.0a3 (2020-09-05)
4+
3.0a4 (2020-09-08)
55
------------------
66

77
* Added an ``.editorconfig`` file specifying indentation rules etc.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = "3.0a3"
62+
version = "3.0a4"
6363
# The full version, including alpha/beta/rc tags.
64-
release = "3.0a3"
64+
release = "3.0a4"
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-debug-toolbar
3-
version = 3.0a3
3+
version = 3.0a4
44
description = A configurable set of panels that display various debug information about the current request/response.
55
long_description = file: README.rst
66
author = Rob Hudson

0 commit comments

Comments
 (0)