From 6103d63b9f6cb4d5b5ecf22582c7a13256fde062 Mon Sep 17 00:00:00 2001 From: disqualifier Date: Mon, 29 Jun 2026 18:07:41 -0400 Subject: [PATCH] docs: show unpinned install line; note tag-pinning for reproducibility Signed-off-by: disqualifier --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef7bd08..b871f5b 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ helpers for the common paths, with a raw escape hatch for everything else. `requirements.txt`: ``` -mongo @ git+ssh://git@git.rethinkstudios.io/rethink-public/mongo.git@v0.1.2 +mongo @ git+ssh://git@git.rethinkstudios.io/rethink-public/mongo.git ``` Direct: ```bash -pip install "mongo @ git+ssh://git@git.rethinkstudios.io/rethink-public/mongo.git@v0.1.2" +pip install "mongo @ git+ssh://git@git.rethinkstudios.io/rethink-public/mongo.git" ``` Requires `motor` and `pymongo` (pulled transitively). @@ -71,4 +71,4 @@ are included. ## Versioning -Tagged `vX.Y.Z`. Pin the tag in `requirements.txt`; bump deliberately. \ No newline at end of file +Releases are tagged `vX.Y.Z`. The install line above is unpinned and tracks the latest on the default branch; append `@vX.Y.Z` to pin a specific release for reproducible installs. \ No newline at end of file