Skip to content

Commit

Permalink
Merge branch 'develop' into feature/chrome_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
mitechie committed May 8, 2011
2 parents a23ace0 + c29180a commit 48eae17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -10,7 +10,7 @@ which I hold dear myself.

Beyond that, there's some features I think that are long overdue.

.. image:: http://uploads.mitechie.com/bookie_ui_04_17_11.png
.. image:: http://uploads.mitechie.com/bookie_ui_05_07_11.png.png
:width: 500
:scale: 100

Expand Down
2 changes: 1 addition & 1 deletion extensions/firefox_ext/install.rdf
Expand Up @@ -5,7 +5,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>bookie@adamlincoln.org</em:id>
<em:version>0.1.1</em:version>
<em:version>0.2.0</em:version>
<em:type>2</em:type>
<em:optionsURL>chrome://bookie/content/options.xul</em:optionsURL>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
requires.append('pysqlite')

setup(name='bookie',
version='0.1',
version='0.2',
description='Bookie',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 48eae17

Please sign in to comment.