Skip to content

Commit 0a62c51

Browse files
committed
v0.16-1
1 parent 73f5402 commit 0a62c51

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.16
2+
3+
* Fixed rpm-arpa build (#108)
4+
15
# Version 0.15
26

37
* Redesigned source detection. Some of `monci ci --source-type list` styles have been chanegd

fedora/SPECS/moncic-ci.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
Name: moncic-ci
7-
Version: 0.15
7+
Version: 0.16
88
Release: %{releaseno}%{dist}
99
Summary: Continuous integration tool and development helper
1010

@@ -74,6 +74,9 @@ as you would run it on your normal system, keeping iteration lags low.
7474
%{python3_sitelib}/moncic*
7575

7676
%changelog
77+
* Fri Oct 18 2024 Emanuele Di Giacomo <edigiacomo@arpae.it> - 0.16-1
78+
- Fixed rpm-arpa build (#108)
79+
7780
* Tue Oct 8 2024 Daniele Branchini <dbranchini@arpae.it> - 0.15-1
7881
- Redesigned source detection. Some of `monci ci --source-type list` styles have been chanegd
7982
- Bug fixing (#106)

moncic/__init__.py

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

0 commit comments

Comments
 (0)