geonode.version =============== .. py:module:: geonode.version Functions --------- .. autoapisummary:: geonode.version.get_version geonode.version.version geonode.version.get_git_changeset Module Contents --------------- .. py:function:: get_version(version=None) Returns a PEP 440 compliant version number from VERSION. .. py:function:: version(request, version=None) .. py:function:: get_git_changeset() Returns a numeric identifier of the latest git changeset. The result is the UTC timestamp of the changeset in YYYYMMDDHHMMSS format. This value isn't guaranteed to be unique, but collisions are very unlikely, so it's sufficient for generating the development version numbers.