From 8e7708084f7af79980eef49c171444b528bd5e01 Mon Sep 17 00:00:00 2001 From: Zaharia Constantin <1303303+soulraven@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:12:51 +0300 Subject: [PATCH] Fix basic version format --- CHANGELOG.md | 2 ++ pyproject.toml | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0681411..821082e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## Version 0.1.6 +- change the mode how the versions are experimented ## Version 1.0.4 - modification on how the GTK is imported and version specified ## Version 1.0.3 diff --git a/pyproject.toml b/pyproject.toml index b1dba41..74809d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sgzenity" -version = "0.1.5" +version = "0.1.6" description = "sgzentry is a library for python which was inspired by Zenity. When you write scripts, you can use sgzentry to create simple dialogs that interact graphically with the user." homepage="https://github.com/SoftGeekRO/sgzenity" repository="https://github.com/SoftGeekRO/sgzenity.git" @@ -60,11 +60,11 @@ coverage = ">=7.5.3" [tool.poetry.scripts] [tool.poetry.urls] -"Source" = "https://github.com/soulraven/roundbox" -"Issues" = "https://github.com/soulraven/roundbox/issues" -"Discussions" = "https://github.com/soulraven/roundbox/discussions" -"Documentation" = "https://soulraven.github.io/roundbox/" -"Releases" = "https://soulraven.github.io/roundbox/releases" +"Source" = "https://github.com/SoftGeekRO/sgzenity/" +"Issues" = "https://github.com/SoftGeekRO/sgzenity/issues" +"Discussions" = "https://github.com/SoftGeekRO/sgzenity/discussions" +"Documentation" = "https://github.com/SoftGeekRO/sgzenity/" +"Releases" = "https://github.com/SoftGeekRO/sgzenity/releases" [tool.black] line_length = 88