Tbump

Latest version: v6.11.0

Safety actively analyzes 631341 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 7

5.0.3

-------------------

* Use new and shiny `cli-ui <https://pypi.org/project/cli-ui/>`_ package instead of old `python-cli-ui`

5.0.2

-------------------

* Rename ``before_push`` section to ``before_commit``: it better reflects at which
moment the hook runs. Note that you can still use ``before_push`` or even ``hook`` if
you want.

5.0.1

-------------------

* Expose ``tbump.bump_files()`` convenience function.

5.0.0

-------------------

* **Breaking change**: tbump can now run hooks *after* the push is made. Thus
``[[hook]]`` sections should be renamed to ``[before_push]]`` or
``[[after_push]]``:

.. code-block:: ini

Before (< 5.0.0), running before commit by default:
[[hook]]
name = "some hook"
cmd = "some command"

After (>= 5.00), more explicit syntax:
[[before_push]]
name = "some hook"
cmd = "some command"

New feature: running after push is made:
[[after_push]]
name = "some other hook"
cmd = "some other command"

* ``tbump init`` now takes the current version directly on the command line instead of interactively asking for it

4.0.0

-------------------

* Re-add ``--dry-run``
* Add ``tbump init`` to interactively create the ``tbump.toml`` configuration file

3.0.1

-------------------

* Bug fix: make sure to push the tag *after* the branch. See `20 <https://github.com/dmerejkowsky/tbump/issues/20>`_ for the details.

Page 5 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.