Skip to content

Commit eadbcbe

Browse files
authored
[FIX] fixed changelog and added setup.py
* fixed changelog and added setup.py * fixed changelog, removing space
1 parent 4c29c0c commit eadbcbe

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

docs/changelog.rst

+12-13
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ Changelog
33

44
**v1.16.16 - 03/25/2024**
55

6-
[FIX] Fixed ansible issue with max items in request - [` issue 228`_]
7-
[ENHANCEMENT] New structure to be able to install it via pip - [` issue 229`_]
8-
[FIX] Fixing the bios_uuid information - [` issue 233`_]
9-
[ENHANCEMENT] added the feature to list all the stale and stale_warning - [` issue 232`_]
10-
[ENHANCEMENT] remove stale feature updated - [` issue 236`_]
11-
[FIX] Added the missing files - [` issue 238`_]
12-
[FIX] Container file updated - [` issue 240`_]
13-
6+
- [FIX] Fixed ansible issue with max items in request - [`issue 228`_]
7+
- [ENHANCEMENT] New structure to be able to install it via pip - [`issue 229`_]
8+
- [FIX] Fixing the bios_uuid information - [`issue 233`_]
9+
- [ENHANCEMENT] added the feature to list all the stale and stale_warning - [`issue 232`_]
10+
- [ENHANCEMENT] remove stale feature updated - [`issue 236`_]
11+
- [FIX] Added the missing files - [`issue 238`_]
12+
- [FIX] Container file updated - [`issue 240`_]
1413

1514
.. _issue 228: https://github.com/C-RH-C/crhc-cli/issues/228
1615
.. _issue 229: https://github.com/C-RH-C/crhc-cli/issues/229
@@ -24,11 +23,11 @@ Changelog
2423

2524
**v1.15.15 - 02/09/2024**
2625

27-
[FIX] items per page normalized across the items - [`issue 217`_]
28-
[ENHANCEMENT] Fixed patch api to use v3, instead of v1 - [`issue 222`_]
29-
[ENHANCEMENT] automated way to create the binary - [`issue 221`_]
30-
[ENHANCEMENT] Updated the data in a way that the count will be possible - [`issue 215`_]
31-
[FIX] requirement updated - [`issue 213`_]
26+
- [FIX] items per page normalized across the items - [`issue 217`_]
27+
- [ENHANCEMENT] Fixed patch api to use v3, instead of v1 - [`issue 222`_]
28+
- [ENHANCEMENT] automated way to create the binary - [`issue 221`_]
29+
- [ENHANCEMENT] Updated the data in a way that the count will be possible - [`issue 215`_]
30+
- [FIX] requirement updated - [`issue 213`_]
3231

3332
.. _issue 217: https://github.com/C-RH-C/crhc-cli/issues/217
3433
.. _issue 222: https://github.com/C-RH-C/crhc-cli/issues/222

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="crhc-cli",
13-
version="1.15.15",
13+
version="1.16.16",
1414
author="Waldirio",
1515
author_email="[email protected]",
1616
description="This project contains the crhc command line tool that simplifies the use of the C.RH.C API available at console.redhat.com",
@@ -27,4 +27,4 @@
2727
"License :: OSI Approved :: MIT License",
2828
"Operating System :: OS Independent",
2929
),
30-
)
30+
)

0 commit comments

Comments
 (0)