From c06dcf1a2cbeead93199f13cddc6ee74443feb57 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Jul 31 2023 09:28:00 +0000 Subject: Release 0.1.6 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa6006..ca651c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## Release 0.1.6 This release adds implementations of all comparison operators for the `Version` class from the `semver` submodule, and introduces a new `PreRelease` class in diff --git a/cargo2rpm/__init__.py b/cargo2rpm/__init__.py index 9c86580..f6d22b4 100644 --- a/cargo2rpm/__init__.py +++ b/cargo2rpm/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = "0.1.5" +__version__ = "0.1.6" # Workaround for issues in the cargo dependency resolver: #