From 289688d7d0052b3241d129bd9c29df30562c3ba5 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 7 Dec 2023 11:49:19 -0500 Subject: [PATCH] Bump version to 0.4.0 and update CHANGES.md --- CHANGES.md | 6 ++++++ setup.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 397e20e..23091d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,12 @@ > - Fixed: 🐛 > - Security: 🛡 +## Version 0.4.0 + +### Added + +➕ Added support for extracting `.tar.xz` source archives, in addition to `.tar.gz` and `.zip` archives. + ## Version 0.3.0 ### Added diff --git a/setup.py b/setup.py index 9c91005..c164695 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setuptools.setup( name="mussels", - version="0.3.0", + version="0.4.0", author="Micah Snyder", author_email="micasnyd@cisco.com", - copyright="Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved.", + copyright="Copyright (C) 2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.", description="Mussels Dependency Build Automation Tool", long_description=long_description, long_description_content_type="text/markdown",