Skip to content

Commit

Permalink
prep for 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Aug 24, 2011
1 parent 2250b50 commit b0e7af7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,8 @@
0.7 (2011-08-24)
---------------

- Docs-only changes.

0.6 (2011-08-21)
----------------

Expand Down
3 changes: 1 addition & 2 deletions README.rst
Expand Up @@ -4,8 +4,7 @@
``pyramid_debugtoolbar`` provides a debug toolbar useful while you're
developing your Pyramid application.

This code requires the Pyramid trunk (aka 1.1.1dev); no released version of
Pyramid (e.g. 1.0 or 1.1) will run it.
This code requires Pyramid 1.2a1 or better.

Note that ``pyramid_debugtoolbar`` is a blatant rip-off of Michael van
Tellingen's ``flask-debugtoolbar`` (which itself was derived from Rob
Expand Down
5 changes: 1 addition & 4 deletions docs/index.rst
Expand Up @@ -12,10 +12,7 @@ developing a :term:`Pyramid` application.
``django-debugtoolbar``). It also includes a lightly sanded down version of
the Werkzeug debugger code by Armin Ronacher and team.

.. warning:: This package only works with Pyramid 1.2 and above. As of
this writing, Pyramid 1.2 has not yet been released, which effectively
means that this package only works with the Pyramid trunk at
http://github.com/Pylons/pyramid
.. warning:: This package only works with Pyramid 1.2a1 and better.

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
]

setup(name='pyramid_debugtoolbar',
version='0.6',
version='0.7',
description=('A package which provides an interactive HTML debugger '
'for Pyramid application development'),
long_description=README + '\n\n' + CHANGES,
Expand Down

0 comments on commit b0e7af7

Please sign in to comment.