Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2022

Updates the requirements on tbump to permit the latest version.

Release notes

Sourced from tbump's releases.

v6.9.0

  • Add tbump current-version command, to print the current version. Path by @​blink1073
Changelog

Sourced from tbump's changelog.

6.9.0 (2022-03-27)

  • Add tbump current-version command, to print the current version. Path by @​blink1073

6.8.0 (2022-03-27)

  • Allow usage of python -m tbump in addtion to just tbump

6.7.0 (2021-12-22)

  • Drop support for Python 3.6
  • Drop dependency on attr

6.6.1 (2021-12-17)

  • Relax dependency on cli-ui
  • Use a better example in the README (patch by @​umonoca)

6.6.0 (2021-11-11)

Add support for other config paths ++++++++++++++++++++++++++++++++++

Added -c, --config to tbump command line, allowing using a different config file than tbump.toml (based on early work by @​achary)

Add support default values for versions fields ++++++++++++++++++++++++++++++++++++++++++++++

Added new [[field]] option for setting default values for version fields with no match in the version regex (e.g. prerelease fields), avoiding errors when these fields are present in a version_template. Patch by @​minrk.

For example:

.. code-block:: toml

[[field]] name = "prerelease" default = ""

Other

... (truncated)

Commits
  • 54feff2 Bump to 6.9.0
  • bc9d943 Remove tools/publish.sh - we can use poetry directly
  • e7d09ac Update Changelog
  • 715f0a7 Refactor tbump.cli.run()
  • 01785b4 We refactor the tests to not rely on check_output, but forgot this bit
  • a154041 current_version: use print() instead of ui.info()
  • 27dafa9 Better tests for current-version
  • cc83585 Ran black and isort
  • 69b588d Add current-version cli command
  • See full diff in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [tbump](https://github.com/dmerejkowsky/tbump) to permit the latest version.
- [Release notes](https://github.com/dmerejkowsky/tbump/releases)
- [Changelog](https://github.com/dmerejkowsky/tbump/blob/main/Changelog.rst)
- [Commits](your-tools/tbump@v6.8.0...v6.9.0)

---
updated-dependencies:
- dependency-name: tbump
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependency Related to dependencies of the project label May 16, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2333640663

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.831%

Totals Coverage Status
Change from base Build 2328598084: 0.0%
Covered Lines: 9195
Relevant Lines: 10013

💛 - Coveralls

@cdce8p cdce8p added this to the 2.12.0 milestone May 17, 2022
@cdce8p cdce8p merged commit cc37d58 into main May 17, 2022
@cdce8p cdce8p deleted the dependabot/pip/tbump-approx-eq-6.9.0 branch May 17, 2022 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Related to dependencies of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants