Skip to content

Commit

Permalink
Bump to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lhh committed Aug 21, 2023
1 parent 8fd9d9a commit 26052ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
=======
History
=======
0.0.9 (2023-08-21)
------------------
* Support DLRN results, local composes
* Allow et:: to look at one specific advisory instead of a release
* Allow skipping downgrades or upgrades
* Improve help output
* Allow specifying verify parameter to requests
* Allow multi-arch non-RPM builds when cleaning tags

0.0.8 (2020-09-10)
------------------
* Use argparse for tag-over
Expand Down
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: tag_utils
Version: 0.0.7
Version: 0.0.9
Summary: Pungi/Koji tag utilities for Release Depot
Author: release-depot
Author-email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='tag_utils',
version='0.0.8',
version='0.0.9',
install_requires=['pyyaml', 'koji', 'toolchest>=0.0.6', 'koji_wrapper'],
tests_require=TEST_REQUIRES,
extras_require={'test': TEST_REQUIRES,
Expand Down

0 comments on commit 26052ca

Please sign in to comment.