Navigation Menu

Skip to content

Commit

Permalink
Prepare for a 0.2 release by incrementing version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mitechie committed May 8, 2011
1 parent 587a9cb commit d0a1a62
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 extensions/chrome_ext/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Bookie",
"version": "0.1.15",
"version": "0.2.0",
"description": "Bookie Bookmarks",
"permissions": [
"tabs",
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 d0a1a62

Please sign in to comment.