dephell inspect versioning

Shows info about project versioning scheme and current version.

$ dephell inspect versioning
{
  "rules": {
    "supported": [
      "init",
      "local",
      "major",
      "minor",
      "patch",
      "pre",
      "premajor",
      "preminor",
      "prepatch",
      "release"
    ],
    "unsupported": [
      "dev",
      "post"
    ]
  },
  "scheme": "semver",
  "version": "0.7.9"
}

Read about schemes and rules in dephell project bump docs.

See also

  1. dephell project bump to bump project version.
  2. dephell inspect project to get information about the project metainfo.
  3. dephell inspect config to get information about the project configuration.