From 54b37078087dd3ed68fbfbf5d2c0909ae7a9d700 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Thu, 29 May 2025 15:04:37 -0700 Subject: [PATCH 1/4] Update index.rst --- docs/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 5db422f..e359a0c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,6 +7,8 @@ Welcome to this repository's documentation! =========================================== +`aind-data-access-api `_ + .. toctree:: :maxdepth: 2 :caption: Contents: From 5f747c19c760721ba0e2c934dfba58c22bcf3546 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Thu, 29 May 2025 15:07:17 -0700 Subject: [PATCH 2/4] fix: missing "code" --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index e359a0c..dc3f9de 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,7 +7,7 @@ Welcome to this repository's documentation! =========================================== -`aind-data-access-api `_ +`aind-data-access-api code `_ .. toctree:: :maxdepth: 2 From 01f1763c5f4292f1ddf83b497aa28ef3bcc4b3e0 Mon Sep 17 00:00:00 2001 From: Dan Birman Date: Fri, 30 May 2025 10:18:22 -0700 Subject: [PATCH 3/4] Update docs/source/index.rst Co-authored-by: Helen Lin <46795546+helen-m-lin@users.noreply.github.com> --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index dc3f9de..9559fb9 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,7 +7,7 @@ Welcome to this repository's documentation! =========================================== -`aind-data-access-api code `_ +`aind-data-access-api GitHub repository `_ .. toctree:: :maxdepth: 2 From 69cddffe249cdc17d9499e3f6cd584ccd4e75aad Mon Sep 17 00:00:00 2001 From: Jon Young <104453205+jtyoung84@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:37:51 -0700 Subject: [PATCH 4/4] release v1.2.2 --- src/aind_data_access_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aind_data_access_api/__init__.py b/src/aind_data_access_api/__init__.py index c049ceb..13e5dfb 100644 --- a/src/aind_data_access_api/__init__.py +++ b/src/aind_data_access_api/__init__.py @@ -1,3 +1,3 @@ """Init package""" -__version__ = "1.2.1" +__version__ = "1.2.2"