Skip to content

Commit

Permalink
Update reference for VersionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty007 committed Sep 24, 2020
1 parent 2477ba7 commit 5793b5c
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions sphinxdoc/misc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -513,32 +513,35 @@ Misc. Classes
.. py:attribute:: full
Full string containing a compact form of branch and revision number (if the
build doesn't come from an exported tree)
Full string containing a compact form of release, branch and revision
.. py:attribute:: release
String representation in the form `major.minor.micro`
String representation in the form `major.minor.micro[.extra]`
.. py:attribute:: major
Integer component of the release version (major)
Major component of the release version
.. py:attribute:: minor
Integer component of the release version (minor)
Minor component of the release version
.. py:attribute:: micro
Integer component of the release version (micro)
Micro component of the release version
.. py:attribute:: extra
Extra component of the release version (optional)
.. py:attribute:: revision
Revision number, if applicable, or 0
Revision number (git commit hash)
.. py:attribute:: branchurl
.. py:attribute:: branch
Full URL path that represents the branch root, if applicable, or empty string
Git branch name of the build
.. py:attribute:: builder
Expand Down

0 comments on commit 5793b5c

Please sign in to comment.