Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit 124ee81

Browse files
0.4.0 release
1 parent 0bc8a48 commit 124ee81

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 0.4.0
2+
3+
* Allow self-releasing on issue
4+
* Fix code style issues
5+
* Add more tests on github & bot itself
6+
* Ability to do initial release + fixes
7+
* Fix minor issues from code review, change how release-conf is loaded
8+
* Fix code style issues
9+
* Add ability to make PRs with version change based on release issue
10+
* Update config files from kwaciaren
11+
* Use bandit/pylintrc file from kwaciaren
12+
* [.s2i/bin/run] Don't use --keytab if there's no such file
13+
* Use absolute imports
14+
115
# 0.3.8
216
* Fedora-related bug fixes
317

release_bot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.8'
1+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)