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"