Skip to content

Commit

Permalink
Bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Aug 22, 2021
1 parent 240336c commit d26c90e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ profile = "black"

[tool.poetry]
name = "tsrc"
version = "2.3.1"
version = "2.4.0"
description = "Manage groups of git repositories"
authors = ["Dimitri Merejkowsky <[email protected]>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/dmerejkowsky/tsrc"

[version]
current = "2.3.1"
current = "2.4.0"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion tsrc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.1"
__version__ = "2.4.0"

0 comments on commit d26c90e

Please sign in to comment.