Skip to main content

Tool for version tag update

Project description

Build Status Coverage Status

Simplify version management

The idea behind the development of this small tool is to simplify the process of increasing your version number. It is designed to work with a specific format explained below.

Version format supported

There are countless ways of handling your versions and there is no right or wrong way. The format I choose is the following:

major.minor.patch.devN

Some examples in no particular order

0.0.1
1.1.1.dev1
30.1.1.dev5

Usage

Please note that this will depend on the size of your team and complexity of the project. Either way if the team is large there will be a manager that should control when the version is updated so in principle is the same for a large or even a one-person team. Here are some examples:

  • You should use this program with --dev argument right after you pulled the latest changes from upstream

  • You can use --patch, --minor or --major in combination with --release when you want to create a new release.

  • Also you have the freedom of updating any of the fields independently

Options

The argument options are better explained with examples. Let's say we currently are working on version 1.2.3.dev4

  • --dev will increase the development version by one leaving you with 1.2.3.dev5
  • --patch will give you 1.2.4.dev1 notice that the development version is dropped back to one
  • --minor will change the version to 1.3.0.dev1 notice now that not only dev is dropped to one but also the patch count drops to zero.
  • --major will change version to 2.0.0.dev1 which is the same as --minor plus dropping minor to zero.
  • --release will remove the devN part leaving you with 1.2.3. --release can be used in combination of other options.
  • --set Let you set the version to any value.

If you start from a stable version like 2.0.0 you should use the --dev argument that will increase the patch number and add the dev1 string. 2.0.1.dev1

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

simple_version_manager-0.0.1.dev1-py3.6.egg (20.0 kB view hashes)

Uploaded Source

simple_version_manager-0.0.1.dev1-py3.5.egg (20.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page