bioversions 0.8.27__py3-none-any.whl → 0.8.28__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "annotations": {
3
- "revision": 1017,
4
- "date": "2025-06-01",
3
+ "revision": 1018,
4
+ "date": "2025-06-02",
5
5
  "author": "runner"
6
6
  },
7
7
  "database": [
@@ -1168,6 +1168,11 @@
1168
1168
  "retrieved": "2025-05-02",
1169
1169
  "version": "4.4.245",
1170
1170
  "homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.245"
1171
+ },
1172
+ {
1173
+ "retrieved": "2025-06-02",
1174
+ "version": "4.4.246",
1175
+ "homepage": "https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.246"
1171
1176
  }
1172
1177
  ],
1173
1178
  "vtype": "semver"
@@ -12656,6 +12661,12 @@
12656
12661
  "version": "2025-05-01",
12657
12662
  "homepage": "https://www.pombase.org/data/releases/pombase-2025-05-01/",
12658
12663
  "date": "2025-05-01"
12664
+ },
12665
+ {
12666
+ "retrieved": "2025-06-02",
12667
+ "version": "2025-06-01",
12668
+ "homepage": "https://www.pombase.org/data/releases/pombase-2025-06-01/",
12669
+ "date": "2025-06-01"
12659
12670
  }
12660
12671
  ],
12661
12672
  "name": "PomBase",
@@ -17425,6 +17436,10 @@
17425
17436
  {
17426
17437
  "retrieved": "2025-06-01",
17427
17438
  "version": "2025-06-01"
17439
+ },
17440
+ {
17441
+ "retrieved": "2025-06-02",
17442
+ "version": "2025-06-02"
17428
17443
  }
17429
17444
  ],
17430
17445
  "name": "SwissLipids",
@@ -23067,6 +23082,10 @@
23067
23082
  {
23068
23083
  "retrieved": "2025-06-01",
23069
23084
  "version": "2025-05-30"
23085
+ },
23086
+ {
23087
+ "retrieved": "2025-06-02",
23088
+ "version": "2025-05-31"
23070
23089
  }
23071
23090
  ],
23072
23091
  "name": "Zebrafish Information Network",
bioversions/version.py CHANGED
@@ -8,7 +8,7 @@ __all__ = [
8
8
  "get_git_hash",
9
9
  ]
10
10
 
11
- VERSION = "0.8.27"
11
+ VERSION = "0.8.28"
12
12
 
13
13
 
14
14
  def get_git_hash() -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bioversions
3
- Version: 0.8.27
3
+ Version: 0.8.28
4
4
  Summary: Get the current version for biological databases
5
5
  Keywords: snekpack,cookiecutter,databases,biological databases,biomedical databases
6
6
  Author: Charles Tapley Hoyt
@@ -5,7 +5,7 @@ bioversions/cli.py,sha256=75eaa237668bef45ef6f16b5c5a20036aef228995b872dda224a54
5
5
  bioversions/py.typed,sha256=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855,0
6
6
  bioversions/resources/__init__.py,sha256=371c3ac3afe0442e01fc9c2f6c000aa4d476ac8a6435167952404831d36a95d6,1659
7
7
  bioversions/resources/update.py,sha256=847565839bacfe2d0fea36202e428cb98e33476b6f13398f950f10386583c473,3593
8
- bioversions/resources/versions.json,sha256=abdc17b0ca476adbe18aad01e7d5c68280a542ca1b48899036b78549438244b3,565611
8
+ bioversions/resources/versions.json,sha256=81556e993ed9cf29003cd531b78245f95af066b091e724e482cd6f8792a07833,566189
9
9
  bioversions/slack_client.py,sha256=bda7d71401bc03f7dc19fec98d7d5abad5083285cb5c97b5b575b1f9459a1285,1293
10
10
  bioversions/sources/__init__.py,sha256=6926e85147f955777cdc9e2ea59295183c06e328b410a458d6c30543c15d558c,7628
11
11
  bioversions/sources/antibodyregistry.py,sha256=5c29963e1d7bd40780582ce9539d6120bd593d0cda6f3b763b08af876a2bef8f,713
@@ -72,10 +72,10 @@ bioversions/sources/zfin.py,sha256=dcea33de50f1f09e36380a3253c78923e7d19cc462632
72
72
  bioversions/templates/base.html,sha256=00a07a693dfd53d56d38cdb3bd6fd49b922060ef4acbe08ba41cb1cb95d73b93,713
73
73
  bioversions/templates/home.html,sha256=cfdf054ac94244fd8adfdc5b1e948f824d7d8fb676d4f49b44602d69723431dd,2756
74
74
  bioversions/utils.py,sha256=f83a7ac31bc688117b31c5297d4d9bce8ffd5b63ecc32e6c531bf075952d5e25,10715
75
- bioversions/version.py,sha256=dcbbb3052c0b2ba145fbd19e6d1b37a4368c8ad59e3a9b32d738d4b24c69d251,606
75
+ bioversions/version.py,sha256=974a6a9a5c1c313778a365603097ddc3e59be0cb962e0e80b9aa807f2a3e27ab,606
76
76
  bioversions/wsgi.py,sha256=b611913189165699cd67480f3d17308344ac935e31c693017aabea89bd0ba8ab,825
77
- bioversions-0.8.27.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
78
- bioversions-0.8.27.dist-info/WHEEL,sha256=cf1429524bccdb9ea3691a86b25e5cdadf54083ed5bad09a6bc3298bd37ea052,78
79
- bioversions-0.8.27.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
80
- bioversions-0.8.27.dist-info/METADATA,sha256=7d6e51c8f1d7d2ee4772a1f00117ffdddf0c3d1e691a9a670ad834c8d5cc4ea1,18673
81
- bioversions-0.8.27.dist-info/RECORD,,
77
+ bioversions-0.8.28.dist-info/licenses/LICENSE,sha256=41c80964a1b1956e41c013670812fc5592d5b51bd7b3cd4287d949450488a498,1076
78
+ bioversions-0.8.28.dist-info/WHEEL,sha256=cf1429524bccdb9ea3691a86b25e5cdadf54083ed5bad09a6bc3298bd37ea052,78
79
+ bioversions-0.8.28.dist-info/entry_points.txt,sha256=4cdd92beb5155987fe3fa990cbaa0268658f0e30d27ed349fada88c48b97484e,54
80
+ bioversions-0.8.28.dist-info/METADATA,sha256=89296e5d3b9c26c90a0f3ff58be8f5f96f56140f63d3214c2ae751773df05b67,18673
81
+ bioversions-0.8.28.dist-info/RECORD,,