From a2f434af43196afd02329833c18ddcabf75cdada Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 2 Jan 2025 15:12:19 -0500 Subject: [PATCH] Bump version to 0.4.1 Also add release notes --- CHANGES.md | 4 ++++ setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 23091d8..e400c70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,10 @@ > - Fixed: 🐛 > - Security: 🛡 +## Version 0.4.1 + +🐛 Fixed an issue using pkg_resources package when setuptools is not installed. The fix adds setuptools as a dependency. + ## Version 0.4.0 ### Added diff --git a/setup.py b/setup.py index 8437cd9..8c16cf0 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setuptools.setup( name="mussels", - version="0.4.0", + version="0.4.1", author="Micah Snyder", author_email="micasnyd@cisco.com", - copyright="Copyright (C) 2023 Cisco Systems, Inc. and/or its affiliates. All rights reserved.", + copyright="Copyright (C) 2025 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",