Skip to content

Commit c462109

Browse files
committed
Bump to 1.1.7
1 parent 34a8ab1 commit c462109

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

github_activity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.6"
1+
__version__ = "1.1.7"
22
__all__ = ["get_activity", "generate_activity_md"]
33

44
from .github_activity import get_activity, generate_activity_md

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
name = "github_activity"
88
description = "Grab recent issue/PR activity from a GitHub repository and render it as markdown."
99
# update verison with `tbump NEW_VERSION`
10-
version = "1.1.6"
10+
version = "1.1.7"
1111
dynamic = ["readme", "dependencies"]
1212
requires-python = ">=3.10"
1313
keywords = ["Development", "Changelog"]
@@ -78,7 +78,7 @@ patch = ["subprocess"]
7878
github_url = "https://github.com/executablebooks/github-activity"
7979

8080
[tool.tbump.version]
81-
current = "1.1.6"
81+
current = "1.1.7"
8282

8383
regex = '''
8484
(?P<major>\d+)

0 commit comments

Comments
 (0)