From 00512659d45fee956294210d97f2f4ec96de5563 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Thu, 4 Jun 2020 12:00:28 +0200 Subject: [PATCH] Update to 0.2.0 (#1838278, #1841641) --- micropipenv.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/micropipenv.spec b/micropipenv.spec index 31dc485..c00f325 100644 --- a/micropipenv.spec +++ b/micropipenv.spec @@ -1,6 +1,6 @@ Name: micropipenv -Version: 0.1.6 -Release: 2%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: A simple wrapper around pip to support Pipenv and Poetry files License: GPLv3+ @@ -50,6 +50,9 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Thu Jun 04 2020 Lumír Balhar - 0.2.0-1 +- Update to 0.2.0 (#1838278, #1841641) + * Tue May 26 2020 Miro Hrončok - 0.1.6-2 - Rebuilt for Python 3.9