diff --git a/cd/updateGafferVersion.sh b/cd/updateGafferVersion.sh index eed5f6156..2e1f7a472 100755 --- a/cd/updateGafferVersion.sh +++ b/cd/updateGafferVersion.sh @@ -21,6 +21,9 @@ sed -i'' "s/gaffer2:$oldVersion/gaffer2:$newVersion/g" NOTICES sed -i'' "s/__version__ = \"$oldVersion\"/__version__ = \"$newVersion\"/g" python-shell/__init__.py sed -i'' "s/__version__ = \"$oldVersion\"/__version__ = \"$newVersion\"/g" python-shell/src/__init__.py sed -i'' "s/__version__ = \"$oldVersion\"/__version__ = \"$newVersion\"/g" python-shell/src/gafferpy/__init__.py +sed -i'' "s/__version__ = \"$oldVersion\"/__version__ = \"$newVersion\"/g" python-shell/src/fishbowl/__init__.py +sed -i'' "s/__version__ = \"$oldVersion\"/__version__ = \"$newVersion\"/g" python-shell/src/gafferpy_examples/__init__.py +sed -i'' "s/__version__ = \"$oldVersion\"/__version__ = \"$newVersion\"/g" python-shell/src/test/__init__.py git add pom.xml git add NOTICES diff --git a/python-shell/__init__.py b/python-shell/__init__.py index e69de29bb..3c0571f89 100644 --- a/python-shell/__init__.py +++ b/python-shell/__init__.py @@ -0,0 +1,11 @@ +__version__ = "2.0.0-alpha-0.3" + +__title__ = "gafferpy" +__description__ = "Gaffer Python Shell" +__uri__ = "https://github.com/gchq/gaffer-tools" +__doc__ = __description__ + " <" + __uri__ + ">" + +__author__ = "GCHQ" + +__license__ = "Apache 2.0" +__copyright__ = "Crown Copyright (c) 2016-2022" diff --git a/python-shell/src/__init__.py b/python-shell/src/__init__.py index 3863129c1..3c0571f89 100644 --- a/python-shell/src/__init__.py +++ b/python-shell/src/__init__.py @@ -2,10 +2,10 @@ __title__ = "gafferpy" __description__ = "Gaffer Python Shell" -__uri__ = "https://github.com/gchq/gafferpy-tools" +__uri__ = "https://github.com/gchq/gaffer-tools" __doc__ = __description__ + " <" + __uri__ + ">" __author__ = "GCHQ" __license__ = "Apache 2.0" -__copyright__ = "Crown Copyright (c) 2016-2017" +__copyright__ = "Crown Copyright (c) 2016-2022" diff --git a/python-shell/src/fishbowl/__init__.py b/python-shell/src/fishbowl/__init__.py index e69de29bb..270a6092e 100644 --- a/python-shell/src/fishbowl/__init__.py +++ b/python-shell/src/fishbowl/__init__.py @@ -0,0 +1,11 @@ +__version__ = "2.0.0-alpha-0.3" + +__title__ = "fishbowl" +__description__ = "Gaffer Python Shell" +__uri__ = "https://github.com/gchq/gaffer-tools" +__doc__ = __description__ + " <" + __uri__ + ">" + +__author__ = "GCHQ" + +__license__ = "Apache 2.0" +__copyright__ = "Crown Copyright (c) 2016-2022" diff --git a/python-shell/src/gafferpy/__init__.py b/python-shell/src/gafferpy/__init__.py index 3863129c1..3c0571f89 100644 --- a/python-shell/src/gafferpy/__init__.py +++ b/python-shell/src/gafferpy/__init__.py @@ -2,10 +2,10 @@ __title__ = "gafferpy" __description__ = "Gaffer Python Shell" -__uri__ = "https://github.com/gchq/gafferpy-tools" +__uri__ = "https://github.com/gchq/gaffer-tools" __doc__ = __description__ + " <" + __uri__ + ">" __author__ = "GCHQ" __license__ = "Apache 2.0" -__copyright__ = "Crown Copyright (c) 2016-2017" +__copyright__ = "Crown Copyright (c) 2016-2022" diff --git a/python-shell/src/gafferpy_examples/__init__.py b/python-shell/src/gafferpy_examples/__init__.py index 3863129c1..ddf83ce17 100644 --- a/python-shell/src/gafferpy_examples/__init__.py +++ b/python-shell/src/gafferpy_examples/__init__.py @@ -1,11 +1,11 @@ __version__ = "2.0.0-alpha-0.3" -__title__ = "gafferpy" +__title__ = "gafferpy_examples" __description__ = "Gaffer Python Shell" -__uri__ = "https://github.com/gchq/gafferpy-tools" +__uri__ = "https://github.com/gchq/gaffer-tools" __doc__ = __description__ + " <" + __uri__ + ">" __author__ = "GCHQ" __license__ = "Apache 2.0" -__copyright__ = "Crown Copyright (c) 2016-2017" +__copyright__ = "Crown Copyright (c) 2016-2022" diff --git a/python-shell/src/test/__init__.py b/python-shell/src/test/__init__.py index e69de29bb..3c0571f89 100644 --- a/python-shell/src/test/__init__.py +++ b/python-shell/src/test/__init__.py @@ -0,0 +1,11 @@ +__version__ = "2.0.0-alpha-0.3" + +__title__ = "gafferpy" +__description__ = "Gaffer Python Shell" +__uri__ = "https://github.com/gchq/gaffer-tools" +__doc__ = __description__ + " <" + __uri__ + ">" + +__author__ = "GCHQ" + +__license__ = "Apache 2.0" +__copyright__ = "Crown Copyright (c) 2016-2022"