From 3c41d79832cf8ff4d94be4a3ebf038ae2caaee7e Mon Sep 17 00:00:00 2001 From: "Douglas Cerna (Soy Douglas)" Date: Fri, 6 Dec 2024 17:27:23 +0000 Subject: [PATCH] Update 0.22.x references --- administrators.rst | 2 +- conf.py | 4 ++-- install.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/administrators.rst b/administrators.rst index 216c2ee..bfbffd9 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.22.x/install/README.md#logging-configuration +.. _`installation README.md`: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.23.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 02903b2..257bb97 100644 --- a/conf.py +++ b/conf.py @@ -77,9 +77,9 @@ # built documents. # # The short X.Y version. -version = "0.22" +version = "0.23" # The full version, including alpha/beta/rc tags. -release = "0.22.0" +release = "0.23.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 9bddd6e..e9c2d19 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.22.x + git clone https://github.com/artefactual/archivematica-storage-service.git --branch stable/0.23.x cd archivematica-storage-service pip install -r requirements.txt