From ad1a2e70b76b1931f4f67cb155327a23c7f04e6d Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Sat, 4 Jan 2025 04:36:21 +0330 Subject: [PATCH] version 5.0.4 --- _license-dialog | 2 +- about | 2 +- pyglossary/core.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_license-dialog b/_license-dialog index dee770b6a..f7679bc2a 100644 --- a/_license-dialog +++ b/_license-dialog @@ -1,6 +1,6 @@ PyGlossary - A tool for converting dictionary files -Copyright © 2008-2024 Saeed Rasooli +Copyright © 2008-2025 Saeed Rasooli This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; diff --git a/about b/about index 192dc8c20..802b067c3 100644 --- a/about +++ b/about @@ -1,7 +1,7 @@ PyGlossary is a tool for converting dictionary files aka glossaries, from/to various formats used by different dictionary applications -Copyleft © 2008-2024 Saeed Rasooli +Copyleft © 2008-2025 Saeed Rasooli This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or diff --git a/pyglossary/core.py b/pyglossary/core.py index 575af74fb..79bcc36bc 100644 --- a/pyglossary/core.py +++ b/pyglossary/core.py @@ -52,7 +52,7 @@ def exc_note(e: Exception, note: str) -> Exception: ] -VERSION = "5.0.3" +VERSION = "5.0.4" homePage = "https://github.com/ilius/pyglossary" diff --git a/pyproject.toml b/pyproject.toml index 40ba6553d..12d59f2e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -403,7 +403,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyglossary" -version = "5.0.3" +version = "5.0.4" description = "A tool for converting dictionary files aka glossaries." readme = "README.md" authors = [{ name = "Saeed Rasooli", email = "saeed.gnu@gmail.com" }] diff --git a/setup.py b/setup.py index 46309aad2..ef2f833fc 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools import setup from setuptools.command.install import install -VERSION = "5.0.3" +VERSION = "5.0.4" log = logging.getLogger("root") relRootDir = "share/pyglossary"