Skip to content

Commit 2baafdb

Browse files
committed
Readme updates
- update supported version back to 13.3 (default trailing 2 years) - fix link to .netrc docs
1 parent 006d705 commit 2baafdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $ pip install labkey
99
```
1010

1111
# Credentials
12-
The api no longer supports using a ``.labkeycredentials.txt`` file, and now uses the .netrc files similar to the other labkey apis. Additional .netrc [setup instructions](https://www.labkey.org/wiki/Staff/steveh/DocsSandbox/page.view?name=netrc&_docid=wiki%3Ae780ab5b-241e-1033-93dd-22a830bccfbb) can be found at the link.
12+
As of v0.4.0 this API no longer supports using a ``.labkeycredentials.txt`` file, and now uses the .netrc files similar to the other labkey APIs. Additional .netrc [setup instructions](https://www.labkey.org/wiki/home/Documentation/page.view?name=netrc) can be found at the link.
1313

1414
## Set Up a netrc File
1515

@@ -38,9 +38,9 @@ machine mymachine.labkey.org login user@labkey.org password mypassword
3838
```
3939

4040
# Supported Versions
41-
Python 2.6 or 2.7 and 3.4 are fully supported.
41+
Python 2.6+ and 3.4+ are fully supported.
4242

43-
LabKey Server v11.1 and later.
43+
LabKey Server v13.3 and later.
4444

4545
# Contributing
4646
This library and the LabKey Server are maintained by the LabKey Software Foundation. If you have any questions or need support, please use the [LabKey Server support forum](https://www.labkey.org/wiki/home/page.view?name=support).

0 commit comments

Comments
 (0)