peng3d.version - Version information

peng3d.version.VERSION

Full version number of format MAJOR.MINOR.BUGFIX(a|b|pre)SUBRELEASE where major is increased only on very major feature changes. Minor is changed if a new feature is introduced or an API change is made, while bugfix only changes if an important bugfix needs to be provided before the next release. Either a, b, or pre follows depending on the type of release, e.g. a for alpha, b for beta and pre for prereleases.

Used to display the version in the title of the documentation.

See also

See the Distutils docs on version numbers for more information.

peng3d.version.RELEASE = '1.4.0'

Same as VERSION but without the subrelease.

Used to display the version on the top-right of the documentation.