Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timbertson committed Aug 19, 2011
1 parent 8678dd8 commit 3c79aa3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.6
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.1'
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.5.1'
release = '0.6'

autodoc_default_flags = ['members']

Expand Down
23 changes: 11 additions & 12 deletions mocktest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,16 @@ http://gfxmonk.net/dist/doc/mocktest/doc/
keywords='test mock expect expectation stub rspec unittest',
license='GPLv3'
</pypi-extra>

<homepage>http://gfxmonk.net/dist/doc/mocktest/doc/</homepage>
<rich-description xmlns="http://gfxmonk.net/dist/0install">
<div xmlns="http://www.w3.org/1999/xhtml">
<div id="mocktest">
<h1>mocktest</h1>
<p>... is a powerful and easy-to-use mocking library, inspired by rspec and similar in some ways to Michael Foord's popular Mock module.</p>
<p>Source / Issues: <a href="http://github.com/gfxmonk/mocktest/tree/master">http://github.com/gfxmonk/mocktest/tree/master</a></p>
<p>Zero install feed: <a href="http://gfxmonk.net/dist/0install/mocktest.xml">http://gfxmonk.net/dist/0install/mocktest.xml</a> (this is the preferred distribution method)</p>
<p>Cheese shop entry: <a href="http://pypi.python.org/pypi/mocktest">http://pypi.python.org/pypi/mocktest</a></p>
<div id="documentation-installation">
<h2>Documentation / Installation</h2>
<p>Please see the full documentation online at: <a href="http://gfxmonk.net/dist/doc/mocktest/doc/">http://gfxmonk.net/dist/doc/mocktest/doc/</a></p>
</div>
</div>
<h1 id="mocktest">mocktest</h1>
<p>... is a powerful and easy-to-use mocking library, inspired by rspec and similar in some ways to Michael Foord's popular Mock module.</p>
<p>Source / Issues: <a href="http://github.com/gfxmonk/mocktest/tree/master">http://github.com/gfxmonk/mocktest/tree/master</a></p>
<p>Zero install feed: <a href="http://gfxmonk.net/dist/0install/mocktest.xml">http://gfxmonk.net/dist/0install/mocktest.xml</a> (this is the preferred distribution method)</p>
<p>Cheese shop entry: <a href="http://pypi.python.org/pypi/mocktest">http://pypi.python.org/pypi/mocktest</a></p>
<h2 id="documentation-installation">Documentation / Installation</h2>
<p>Please see the full documentation online at: <a href="http://gfxmonk.net/dist/doc/mocktest/doc/">http://gfxmonk.net/dist/doc/mocktest/doc/</a></p>
</div>
</rich-description>
<group>
Expand All @@ -71,5 +66,9 @@ http://gfxmonk.net/dist/doc/mocktest/doc/
<manifest-digest sha256="b3b6a6dc4033f385f4dc3a1fd2f20d6414e046283749ad6a11a992ae8b81d6e3"/>
<archive href="http://gfxmonk.net/dist/0install/mocktest/mocktest-0.5.1.tgz" size="44599"/>
</implementation>
<implementation id="sha1new=231e790a54a8dccca3e6a400681f26a3fe00aeab" released="2011-08-19" version="0.6">
<manifest-digest sha256="e6859b4e3fc0191c516578968f94f61408a51189f989bd3580d0f1c6b859875f"/>
<archive href="http://gfxmonk.net/dist/0install/mocktest/mocktest-0.6.tgz" size="45764"/>
</implementation>
</group>
</interface>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description='mocking library for python, inspired by rspec',
url='http://gfxmonk.net/dist/0install/mocktest.xml',
install_requires=['setuptools'],
version='0.5.1',
version='0.6',
long_description="\n**Note**: This package has been built automatically by\n`zero2pypi <http://gfxmonk.net/dist/0install/zero2pypi.xml>`_.\nIf possible, you should use the zero-install feed instead:\nhttp://gfxmonk.net/dist/0install/mocktest.xml\n\n----------------\n\nmocktest\n********\n... is a powerful and easy-to-use mocking library, inspired by rspec and\nsimilar in some ways to Michael Foord's popular Mock module.\n\nSource / Issues:\nhttp://github.com/gfxmonk/mocktest/tree/master\n\n\nZero install feed:\nhttp://gfxmonk.net/dist/0install/mocktest.xml\n(this is the preferred distribution method)\n\n\nCheese shop entry:\nhttp://pypi.python.org/pypi/mocktest\n\n\nDocumentation / Installation\n----------------------------\nPlease see the full documentation online at:\nhttp://gfxmonk.net/dist/doc/mocktest/doc/\n",
name='mocktest',
classifiers=[
Expand Down

0 comments on commit 3c79aa3

Please sign in to comment.