We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a4aca commit 30ebd22Copy full SHA for 30ebd22
scripts/get_version.py
@@ -0,0 +1,6 @@
1
+import wagtail_oauth2
2
+
3
+__version__ = wagtail_oauth2.__version__
4
5
+if __name__ == "__main__":
6
+ print(__version__, end="")
0 commit comments