Skip to content

Commit

Permalink
Update 0.22.x references
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Dec 6, 2024
1 parent efdf99a commit 3c41d79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion administrators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3c41d79

Please sign in to comment.