Skip to content

Commit

Permalink
Add "firstRelDate" to versions.json
Browse files Browse the repository at this point in the history
We have this info available in the Version field and on the website,
so making it available in a machine-readably way simplifies allowing
people to access this data in a scriptable way.

Author: Corey Huinker <[email protected]>
  • Loading branch information
jkatz committed Oct 22, 2023
1 parent d178af2 commit 963d9b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pgweb/core/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def version_to_json(version):
'major': str(version.numtree),
'latestMinor': str(version.latestminor),
'relDate': version.reldate,
'firstRelDate': version.firstreldate,
'eolDate': version.eoldate,
'current': version.current,
'supported': version.supported,
Expand Down

0 comments on commit 963d9b7

Please sign in to comment.