File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- __version__ = "1.1.6 "
1+ __version__ = "1.1.7 "
22__all__ = ["get_activity" , "generate_activity_md" ]
33
44from .github_activity import get_activity , generate_activity_md
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77name = " github_activity"
88description = " 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 "
1111dynamic = [" readme" , " dependencies" ]
1212requires-python = " >=3.10"
1313keywords = [" Development" , " Changelog" ]
@@ -78,7 +78,7 @@ patch = ["subprocess"]
7878github_url = " https://github.com/executablebooks/github-activity"
7979
8080[tool .tbump .version ]
81- current = " 1.1.6 "
81+ current = " 1.1.7 "
8282
8383regex = '''
8484 (?P<major>\d+)
You can’t perform that action at this time.
0 commit comments