We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e614d commit b2fa738Copy full SHA for b2fa738
caltechdata_api/caltechdata_write.py
@@ -234,7 +234,7 @@ def caltechdata_write(
234
else:
235
data = metadata
236
if production == True:
237
- url = "https://authors.caltech.edu/"
+ url = "https://authors.library.caltech.edu/"
238
239
url = "https://authors.caltechlibrary.dev/"
240
codemeta.json
@@ -6,7 +6,7 @@
6
"codeRepository": "https://github.com/caltechlibrary/caltechdata_api",
7
"issueTracker": "https://github.com/caltechlibrary/caltechdata_api/issues",
8
"license": "https://data.caltech.edu/license",
9
- "version": "1.4.4",
+ "version": "1.4.5",
10
"author": [
11
{
12
"@type": "Person",
0 commit comments