Skip to content

Commit 28db076

Browse files
committed
Bump version numbers for 1.0 beta.
1 parent 35a1cb5 commit 28db076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.0a'
62+
release = '1.0b'
6363

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-debug-toolbar',
5-
version='1.0a',
5+
version='1.0b',
66
description='A configurable set of panels that display various debug '
77
'information about the current request/response.',
88
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)