[ckan-changes] commit/ckanext-storage: rgrp: [setup][xs]: bump version to 0.5.
Bitbucket
commits-noreply at bitbucket.org
Sat Aug 13 19:00:39 UTC 2011
1 new changeset in ckanext-storage:
http://bitbucket.org/okfn/ckanext-storage/changeset/57f166027d3b/
changeset: 57f166027d3b
user: rgrp
date: 2011-08-13 21:00:29
summary: [setup][xs]: bump version to 0.5.
affected #: 2 files (2 bytes)
--- a/doc/conf.py Sat Aug 13 15:09:50 2011 +0100
+++ b/doc/conf.py Sat Aug 13 20:00:29 2011 +0100
@@ -45,9 +45,9 @@
# built documents.
#
# The short X.Y version.
-version = '1.0'
+version = '0.5'
# The full version, including alpha/beta/rc tags.
-release = '1.0'
+release = '0.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -91,7 +91,7 @@
# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
-html_theme = 'default'
+html_theme = 'nature'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
--- a/setup.py Sat Aug 13 15:09:50 2011 +0100
+++ b/setup.py Sat Aug 13 20:00:29 2011 +0100
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os
-version = '0.5a'
+version = '0.5'
try:
long_description = open('README.txt').read()
except:
@@ -26,7 +26,7 @@
# google storage support only appeared in 2.0
# note that lucid packages 1.9
"boto>=2.0b1",
- "ofs>=0.4",
+ "ofs>=0.4.1",
],
entry_points=\
"""
Repository URL: https://bitbucket.org/okfn/ckanext-storage/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list