Tbump

Latest version: v6.11.0

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

Scan your dependencies

Page 3 of 7

6.3.0

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

More flexible workflow
+++++++++++++++++++++++

* Add a ``--no-push`` option to create the commit and the tag, but not push them
* Add a ``--no-tag`` option to skip creating the tag

Note that if you want to create a commit and run the hooks but nothing else, you
must use ``tbump --no-tag --no-push <new version>``.

If you only want to patch the files use ``tbump --only-patch``.

See `65 <https://github.com/dmerejkowsky/tbump/issues/65>`_ for more details

pyproject.toml support
++++++++++++++++++++++

Idea and initial implementation by pmav99

* If no ``tbump.toml`` file is present, but a ``pyproject.toml`` file
containing a ``tool.tbump`` section exists, read the configuration from
there.

* ``tbump init``: add a ``--pyproject`` option to append configuration into
an existing ``pyproject.toml`` instead of generating the ``tbump.toml`` file

Bug fixes
+++++++++

* Fix invalid syntax in generated config file (`80 <https://github.com/dmerejkowsky/tbump/pull/80>`_). Patch by `snadorp`.

6.2.0

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

* Drop dependency on ``Path Pie``
* Drop support for Python 3.5, add support for Python 3.9

6.1.1

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

* Mark this project as typed

6.1.0

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

* If ``github_url`` is found in the config file, display
a link suggesting to create a release on GitHub after
the tag is pushed

6.0.7

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

* Relax constraint on `path` version

6.0.6

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

* Switch to `poetry <https://python-poetry.org/>`_ for dependencies management and packaging.

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.