Skip to content

Commit 3c41d79

Browse files
committed
Update 0.22.x references
1 parent efdf99a commit 3c41d79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

administrators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ platform (Transifex).
14751475
.. _`SCOPE documentation`: https://github.com/CCA-Public/scope
14761476
.. _`Swift documentation for large objects`: https://docs.openstack.org/swift/latest/overview_large_objects.html
14771477
.. _`Boto3`: https://github.com/boto/boto3
1478-
.. _`installation README.md`: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.22.x/install/README.md#logging-configuration
1478+
.. _`installation README.md`: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.23.x/install/README.md#logging-configuration
14791479
.. _`logging configuration`: https://github.com/artefactual/archivematica-storage-service/blob/e68825db8819aceaa426a6066d612e810bf52ddd/install/storageService.logging.json
14801480
.. _`Boto3 developers`: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/boto3.html#boto3.set_stream_logger
14811481
.. _`rclone`: https://rclone.org

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
# built documents.
7878
#
7979
# The short X.Y version.
80-
version = "0.22"
80+
version = "0.23"
8181
# The full version, including alpha/beta/rc tags.
82-
release = "0.22.0"
82+
release = "0.23.0"
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.

install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Create and configure the virtualenv, and add source code. ::
4848

4949
python3.9 -m venv $HOME/ss-venv
5050
source $HOME/ss-venv/bin/activate
51-
git clone https://github.com/artefactual/archivematica-storage-service.git --branch stable/0.22.x
51+
git clone https://github.com/artefactual/archivematica-storage-service.git --branch stable/0.23.x
5252
cd archivematica-storage-service
5353
pip install -r requirements.txt
5454

0 commit comments

Comments
 (0)