Skip to content

Commit 93e82e4

Browse files
committed
Bump version: v0.4.4 -> v0.4.5
- Update CHANGELOG.md
1 parent 4c6aa67 commit 93e82e4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v0.4.5](https://github.com/astrochun/github-stats-pages/tree/v0.4.5) (2020-08-28)
4+
5+
**Implemented enhancements:**
6+
- Add more verbose messaging for completeness, troubleshooting
7+
[#69](http://github.com/astrochun/github-stats-pages/pull/69)
8+
9+
**Closed issues:**
10+
- Add more verbose messaging for completeness, troubleshooting
11+
[#67](http://github.com/astrochun/github-stats-pages/issues/67)
12+
13+
314
## [v0.4.4](https://github.com/astrochun/github-stats-pages/tree/v0.4.4) (2021-08-12)
415

516
**Implemented enhancements:**

github_stats_pages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.4.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='github-stats-pages',
11-
version='0.4.4',
11+
version='0.4.5',
1212
packages=['github_stats_pages'],
1313
scripts=['scripts/get_repo_list',
1414
'scripts/gts_run_all_repos',

0 commit comments

Comments
 (0)