We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a1cb5 commit 28db076Copy full SHA for 28db076
docs/conf.py
@@ -59,7 +59,7 @@
59
# The short X.Y version.
60
version = '1.0'
61
# The full version, including alpha/beta/rc tags.
62
-release = '1.0a'
+release = '1.0b'
63
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
# for a list of supported languages.
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='django-debug-toolbar',
5
- version='1.0a',
+ version='1.0b',
6
description='A configurable set of panels that display various debug '
7
'information about the current request/response.',
8
long_description=open('README.rst').read(),
0 commit comments