From 949a96d48bd42aae750a711da08d10827494ea65 Mon Sep 17 00:00:00 2001 From: johannesjh Date: Mon, 5 Jun 2023 16:07:05 +0200 Subject: [PATCH] prepares for a release of v0.2.0 (#60) --- docs/source/changelog.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a1e12db..dc94a2a 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -6,7 +6,7 @@ Changelog Newest releases are added to the top of the file. -v0.2 (unreleased) "Yaml" +v0.2 (2023-06-04) "Yaml" ------------------------ Highlight: req2flatpak can now generate yaml output. diff --git a/pyproject.toml b/pyproject.toml index 38f5a5f..d7cffaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "req2flatpak" -version = "0.1.0" +version = "0.2.0" description = "Generates a flatpak-builder build module for installing python packages defined in requirements.txt files." authors = ["johannesjh "] license = "MIT"