Skip to content

Commit 8162a35

Browse files
committed
Updating version number
1 parent d6a4a36 commit 8162a35

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Py-libzfs 0.1.1-2
1+
## Py-libzfs 0.1.2-1
22

3-
* Adds ubuntu-focal support
3+
* Updating version number

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "python3-libzfs",
44
"title": "Py-libzfs",
55
"prerelease": true,
6-
"version": "0.1.1",
7-
"buildVersion": "2",
6+
"version": "0.1.2",
7+
"buildVersion": "1",
88
"author": "Jordan Keough <jkeough@45drives.com>",
99
"url": "https://github.com/45Drives/python3-libzfs",
1010
"category": "utils",
@@ -50,8 +50,8 @@
5050
],
5151
"changelog": {
5252
"urgency": "medium",
53-
"version": "0.1.1",
54-
"buildVersion": "2",
53+
"version": "0.1.2",
54+
"buildVersion": "1",
5555
"ignore": [],
5656
"date": null,
5757
"packager": "Jordan Keough <jkeough@45drives.com>",

packaging/el8/main.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ rm -rf $RPM_BUILD_ROOT
3333
%files -f INSTALLED_FILES
3434

3535
%changelog
36+
* Thu Jul 11 2024 Jordan Keough <jkeough@45drives.com> 0.1.2-1
37+
- Updating version number
3638
* Thu Jul 11 2024 Jordan Keough <jkeough@45drives.com> 0.1.1-2
3739
- Adds ubuntu-focal support
3840
* Thu Jul 11 2024 Jordan Keough <jkeough@45drives.com> 0.1.1-1

packaging/focal/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3-libzfs (0.1.2-1focal) focal; urgency=medium
2+
3+
* Updating version number
4+
5+
-- Jordan Keough <jkeough@45drives.com> Thu, 11 Jul 2024 11:31:22 -0300
6+
17
python3-libzfs (0.1.1-2focal) focal; urgency=medium
28

39
* Adds ubuntu-focal support

0 commit comments

Comments
 (0)