Skip to content

Commit

Permalink
Bump to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Jun 28, 2021
1 parent 5e5fe88 commit d4deca6
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.0"
version = "2.3.1"
description = "Manage groups of git repositories"
authors = ["Dimitri Merejkowsky <dimitri@dmerej.info>"]
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.0"
current = "2.3.1"
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
Expand Up @@ -3,7 +3,7 @@
isort:skip_file
"""

__version__ = "2.3.0"
__version__ = "2.3.1"

# Re-exports objects from underlying packages (so that we can use
# tsrc.Workspace instead of tsrc.workspace.Workspace).
Expand Down

0 comments on commit d4deca6

Please sign in to comment.