ubump


Nameubump JSON
Version 0.1.15 PyPI version JSON
download
home_pagehttps://github.com/vd2org/ubump
SummaryYet another bump tool
upload_time2024-04-17 13:42:35
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.11
licenseCopyright 2024 Vd <ubump@vd2.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords bump bumpversion bump2version bump-version bumper bumping version versioning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://github.com/callowayproject/bump-my-version) project.

## Installation

```shell
pip install ubump
```

## Usage

- Initialize the config file

```shell
ubump init 
```

- Bump the version

```shell
ubump pathch
```

```shell
ubump minor
```

```shell
ubump major
```

**That's it!**

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vd2org/ubump",
    "name": "ubump",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "bump, bumpversion, bump2version, bump-version, bumper, bumping, version, versioning",
    "author": null,
    "author_email": "vd <ubump@vd2.org>",
    "download_url": "https://files.pythonhosted.org/packages/91/a7/667ae26afd67bdcaabaab9908d9fcd85ddb8671bb5407eaead7052da36ce/ubump-0.1.15.tar.gz",
    "platform": null,
    "description": "# ubump\n\nYet another version bumper for your project.\n\n## Why?\n\nI wanted to have a simple version bumper that I could use in my CI/CD pipeline.\nI 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.\n\nThis tool having less than 500 lines of code and just one dependency (`tomlkit`) is the result of that.\n\n## What does it do?\n\nThis tool covers basic version management where only the major, minor, and patch numbers are used.\n\nSupporting `pyproject.toml` or `.ubump.toml` configuration files.\n\nThe git commit and tag are also created with the new version number.\n\nIf you need more than that take a look at [bump-my-version](https://github.com/callowayproject/bump-my-version) project.\n\n## Installation\n\n```shell\npip install ubump\n```\n\n## Usage\n\n- Initialize the config file\n\n```shell\nubump init \n```\n\n- Bump the version\n\n```shell\nubump pathch\n```\n\n```shell\nubump minor\n```\n\n```shell\nubump major\n```\n\n**That's it!**\n",
    "bugtrack_url": null,
    "license": "Copyright 2024 Vd <ubump@vd2.org>\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy of\n        this software and associated documentation files (the \"Software\"), to deal in\n        the Software without restriction, including without limitation the rights to\n        use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n        the Software, and to permit persons to whom the Software is furnished to do so,\n        subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n        FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n        COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n        IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n        CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Yet another bump tool",
    "version": "0.1.15",
    "project_urls": {
        "Homepage": "https://github.com/vd2org/ubump",
        "Issues": "https://github.com/vd2org/ubump/issues",
        "Repository": "https://github.com/vd2org/ubump.git"
    },
    "split_keywords": [
        "bump",
        " bumpversion",
        " bump2version",
        " bump-version",
        " bumper",
        " bumping",
        " version",
        " versioning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6261379ae959a58b44a69aa7cd18460065b3b1e5987192cc9888490b3e7bac9f",
                "md5": "19a0e346fd424b348bb91cd99102d247",
                "sha256": "405907f6ebb222140c8345096ad066d5868aa2f63afe1c49f9e19e5b6aba4a76"
            },
            "downloads": -1,
            "filename": "ubump-0.1.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "19a0e346fd424b348bb91cd99102d247",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 7530,
            "upload_time": "2024-04-17T13:42:32",
            "upload_time_iso_8601": "2024-04-17T13:42:32.845088Z",
            "url": "https://files.pythonhosted.org/packages/62/61/379ae959a58b44a69aa7cd18460065b3b1e5987192cc9888490b3e7bac9f/ubump-0.1.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91a7667ae26afd67bdcaabaab9908d9fcd85ddb8671bb5407eaead7052da36ce",
                "md5": "ecd6fd93bc7fbcedf355fce755b6a019",
                "sha256": "839402ff31b0eee463d9b542873af43cc91cefa1ed8a8ec2b611ed08276b358d"
            },
            "downloads": -1,
            "filename": "ubump-0.1.15.tar.gz",
            "has_sig": false,
            "md5_digest": "ecd6fd93bc7fbcedf355fce755b6a019",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 6272,
            "upload_time": "2024-04-17T13:42:35",
            "upload_time_iso_8601": "2024-04-17T13:42:35.837857Z",
            "url": "https://files.pythonhosted.org/packages/91/a7/667ae26afd67bdcaabaab9908d9fcd85ddb8671bb5407eaead7052da36ce/ubump-0.1.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 13:42:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vd2org",
    "github_project": "ubump",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ubump"
}
        
Elapsed time: 0.34783s