Skip to content

Commit c6d4007

Browse files
Create a new 0.5.2 release that replaces the badly done 0.5.1
We need to update version in the following places: * `./colin/version.py` * `./colin.spec` (`Version` tag and a new changelog entry) * new changelog entry in `./CHANGELOG.md` Signed-off-by: Frantisek Lachman <[email protected]>
1 parent ddc5dfd commit c6d4007

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# 0.5.1
1+
# 0.5.2
22

33
## Fixes
44

55
- The global location of rulesests is now correctly found.
66

7+
# 0.5.1
8+
9+
- Badly done release (version not updated everywhere).
10+
- Replaced by `0.5.2`.
11+
712
# 0.5.0
813

914
## Features

colin.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%endif
1010

1111
Name: %{pypi_name}
12-
Version: 0.5.1
12+
Version: 0.5.2
1313
Release: 1%{?dist}
1414
Summary: Tool to check generic rules/best-practices for containers/images/dockerfiles.
1515

@@ -77,6 +77,9 @@ rm -rf html/.{doctrees,buildinfo}
7777
%doc html
7878

7979
%changelog
80+
* Wed Jan 12 09:32:57 CET 2022 Frantisek Lachman <[email protected]> - 0.5.2-1
81+
- New upstream release 0.5.2
82+
8083
* Mon Jan 10 09:56:32 CET 2022 Frantisek Lachman <[email protected]> - 0.5.1-1
8184
- New upstream release 0.5.1
8285

colin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
#
1616

17-
__version__ = "0.5.0"
17+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)