From 1c2682d638a33bda22a4cb13f8db8cc26477d807 Mon Sep 17 00:00:00 2001 From: Christopher Groskopf Date: Wed, 1 Aug 2012 11:04:37 -0500 Subject: [PATCH] Rev to version 1.0.1 for development. --- CHANGELOG | 5 +++++ config/settings.py | 2 +- docs/conf.py | 4 ++-- docs/index.rst | 5 +++++ setup_panda.sh | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1ce9f9c..531fbc8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +1.0.1 +----- + + + 1.0.0 ----- diff --git a/config/settings.py b/config/settings.py index 4c8d077..4380784 100644 --- a/config/settings.py +++ b/config/settings.py @@ -233,7 +233,7 @@ SOLR_DIRECTORY = '/var/solr' # Miscellaneous configuration -PANDA_VERSION = '1.0.0' +PANDA_VERSION = '1.0.1' PANDA_DEFAULT_SEARCH_GROUPS = 10 PANDA_DEFAULT_SEARCH_ROWS_PER_GROUP = 5 PANDA_DEFAULT_SEARCH_ROWS = 50 diff --git a/docs/conf.py b/docs/conf.py index 8a9b688..d9ac6ab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ # built documents. # # The short X.Y version. -version = '1.0.0' +version = '1.0.1' # The full version, including alpha/beta/rc tags. -release = '1.0.0' +release = '1.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 22f4f56..79e90b7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,6 +2,11 @@ PANDA: A Newsroom Data Appliance |release| ========================================== +.. warning:: + + This documentation is for the version of PANDA **currently under development**. Were you looking for `version 1.0.0 `_ documentation? + + About ===== diff --git a/setup_panda.sh b/setup_panda.sh index e3e5390..76a8dc0 100755 --- a/setup_panda.sh +++ b/setup_panda.sh @@ -8,7 +8,7 @@ exec 1> >(tee /var/log/panda-install.log) 2>&1 echo "PANDA installation beginning." -VERSION="1.0.0" +VERSION="1.0.1" CONFIG_PATH="/opt/panda/setup_panda" # Setup environment variables