Skip to content

Releases: vd2org/ubump

v0.1.15

17 Apr 13:42
Compare
Choose a tag to compare

ubump

Yet another version bumper for your project.

Why?

I wanted to have a simple version bumper that I could use in my CI/CD pipeline.
I didn't want to have to install a bunch of dependencies or have to write a bunch of configs to just change the version number.

This tool having less than 500 lines of code and just one dependency (tomlkit) is the result of that.

What does it do?

This tool covers basic version management where only the major, minor, and patch numbers are used.

Supporting pyproject.toml or .ubump.toml configuration files.

The git commit and tag are also created with the new version number.

If you need more than that take a look at bump-my-version project.

Installation

pip install ubump

Usage

  • Initialize the config file
ubump init 
  • Bump the version
ubump pathch
ubump minor
ubump major

That's it!

v0.1.14

03 Mar 19:55
Compare
Choose a tag to compare

ubump

Yet another version bumper for your project.

Why?

I wanted to have a simple version bumper that I could use in my CI/CD pipeline.
I didn't want to have to install a bunch of dependencies or have to write a bunch of configs to just change the version number.

This tool having less than 500 lines of code and just one dependency (tomlkit) is the result of that.

What does it do?

This tool covers basic version management where only the major, minor, and patch numbers are used.

Supporting pyproject.toml or .ubump.toml configuration files.

The git commit and tag are also created with the new version number.

If you need more than that take a look at bump-my-version project.

Installation

pip install ubump

Usage

  • Initialize the config file
ubump init 
  • Bump the version
ubump pathch
ubump minor
ubump major

That's it!

v0.1.13

03 Mar 19:41
Compare
Choose a tag to compare

ubump

Yet another version bumper for your project.

Why?

I wanted to have a simple version bumper that I could use in my CI/CD pipeline.
I didn't want to have to install a bunch of dependencies or have to write a bunch of configs to just change the version number.

This tool having less than 500 lines of code and just one dependency (tomlkit) is the result of that.

What does it do?

This tool covers basic version management where only the major, minor, and patch numbers are used.

Supporting pyproject.toml or .ubump.toml configuration files.

The git commit and tag are also created with the new version number.

If you need more than that take a look at bump-my-version project.

Installation

pip install ubump

Usage

  • Initialize the config file
ubump init 
  • Bump the version
ubump pathch
ubump minor
ubump major

That's it!

v0.1.11

03 Mar 19:22
Compare
Choose a tag to compare

ubump

Yet another version bumper for your project.

Why?

I wanted to have a simple version bumper that I could use in my CI/CD pipeline.
I didn't want to have to install a bunch of dependencies or have to write a bunch of configs to just change the version number.

This tool having less than 500 lines of code and just one dependency (tomlkit) is the result of that.

What does it do?

This tool covers basic version management where only the major, minor, and patch numbers are used.

Supporting pyproject.toml or .ubump.toml configuration files.

The git commit and tag are also created with the new version number.

If you need more than that take a look at bump-my-version project.

Installation

pip install ubump

Usage

  • Initialize the config file
ubump init 
  • Bump the version
ubump pathch
ubump minor
ubump major

That's it!

v0.1.10

26 Feb 11:42
Compare
Choose a tag to compare
Bump to v0.1.10

v0.1.9

26 Feb 11:32
Compare
Choose a tag to compare
Bump to v0.1.9

v0.1.8

23 Feb 23:26
Compare
Choose a tag to compare
Bump to v0.1.8

v0.1.7

23 Feb 23:00
Compare
Choose a tag to compare
Bump to v0.1.7

v0.1.6

23 Feb 17:32
Compare
Choose a tag to compare
Bump to v0.1.6