FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
graphql-server/graphql_server/version.py at python3.12 · graphql-python/graphql-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-python
/
graphql-server
Public
Notifications
You must be signed in to change notification settings
Fork
70
Star
134
Code
Issues
5
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
graphql-server
/
graphql_server
/
version.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (13 loc) · 449 Bytes
Breadcrumbs
graphql-server
/
graphql_server
/
version.py
Copy path
File metadata and controls
15 lines (13 loc) · 449 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
__all__
=
[
"version"
,
"version_info"
]
version
=
"3.0.0b7"
version_info
=
(
3
,
0
,
0
,
"beta"
,
7
)
# version_info has the same format as django.VERSION
# https://github.com/django/django/blob/4a5048b036fd9e965515e31fdd70b0af72655cba/django/utils/version.py#L22
#
# examples
# "3.0.0" -> (3, 0, 0, "final", 0)
# "3.0.0rc1" -> (3, 0, 0, "rc", 1)
# "3.0.0b7" -> (3, 0, 0, "beta", 7)
# "3.0.0a2" -> (3, 0, 0, "alpha", 2)
#
# also see tests/test_version.py
Back
|
FazBrowse Home
|
New Git URL