Skip to content

Commit

Permalink
[FIX] fixed changelog and added setup.py
Browse files Browse the repository at this point in the history
* fixed changelog and added setup.py
* fixed changelog, removing space
  • Loading branch information
waldirio authored Mar 30, 2024
1 parent 4c29c0c commit eadbcbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
25 changes: 12 additions & 13 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ Changelog

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

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

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

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

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

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

.. _issue 217: https://github.com/C-RH-C/crhc-cli/issues/217
.. _issue 222: https://github.com/C-RH-C/crhc-cli/issues/222
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="crhc-cli",
version="1.15.15",
version="1.16.16",
author="Waldirio",
author_email="waldirio@gmail.com",
description="This project contains the crhc command line tool that simplifies the use of the C.RH.C API available at console.redhat.com",
Expand All @@ -27,4 +27,4 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
),
)
)

0 comments on commit eadbcbe

Please sign in to comment.