diff --git a/administrators.rst b/administrators.rst index 7ded54a..216c2ee 100644 --- a/administrators.rst +++ b/administrators.rst @@ -1475,7 +1475,7 @@ platform (Transifex). .. _`SCOPE documentation`: https://github.com/CCA-Public/scope .. _`Swift documentation for large objects`: https://docs.openstack.org/swift/latest/overview_large_objects.html .. _`Boto3`: https://github.com/boto/boto3 -.. _`installation README.md`: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.21.x/install/README.md#logging-configuration +.. _`installation README.md`: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.22.x/install/README.md#logging-configuration .. _`logging configuration`: https://github.com/artefactual/archivematica-storage-service/blob/e68825db8819aceaa426a6066d612e810bf52ddd/install/storageService.logging.json .. _`Boto3 developers`: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/boto3.html#boto3.set_stream_logger .. _`rclone`: https://rclone.org diff --git a/conf.py b/conf.py index 03758d6..aa3e74c 100644 --- a/conf.py +++ b/conf.py @@ -77,9 +77,9 @@ # built documents. # # The short X.Y version. -version = "0.21" +version = "0.22" # The full version, including alpha/beta/rc tags. -release = "0.21.1" +release = "0.22.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/install.rst b/install.rst index 748424c..9bddd6e 100644 --- a/install.rst +++ b/install.rst @@ -48,7 +48,7 @@ Create and configure the virtualenv, and add source code. :: python3.9 -m venv $HOME/ss-venv source $HOME/ss-venv/bin/activate - git clone https://github.com/artefactual/archivematica-storage-service.git --branch stable/0.21.x + git clone https://github.com/artefactual/archivematica-storage-service.git --branch stable/0.22.x cd archivematica-storage-service pip install -r requirements.txt