Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Feb 26, 2014
1 parent 6acff0a commit f86af12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Zope2 Management Interface, `Bootstrapped`_.
Installation
============

Use with Zope2 or Plone e.g.::
Use with Zope2 e.g.::

$ virtualenv-2.7 .
$ bin/pip install zc.buildout
Expand All @@ -22,6 +22,11 @@ Edit your ``buildout.cfg`` file to contain::
Zope2
zope2_bootstrap

Or Plone e.g.::

[buildout]
extends = https://raw.github.com/plock/pins/master/plone-4-3

.. image:: https://github.com/aclark4life/zope2_bootstrap/raw/master/screenshot.png

.. _`Bootstrapped`: http://getbootstrap.com/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os


VERSION = '0.0.8'
VERSION = '0.0.9'


setup(
Expand Down

0 comments on commit f86af12

Please sign in to comment.