Skip to content

Commit ad1a2e7

Browse files
committed
version 5.0.4
1 parent 5cf7dad commit ad1a2e7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

_license-dialog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PyGlossary - A tool for converting dictionary files
22

3-
Copyright © 2008-2024 Saeed Rasooli
3+
Copyright © 2008-2025 Saeed Rasooli
44
This program is free software; you can redistribute it
55
and/or modify it under the terms of the GNU General Public
66
License as published by the Free Software Foundation;

about

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PyGlossary is a tool for converting dictionary files aka glossaries,
22
from/to various formats used by different dictionary applications
33

4-
Copyleft © 2008-2024 Saeed Rasooli
4+
Copyleft © 2008-2025 Saeed Rasooli
55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
77
the Free Software Foundation, either version 3 of the License, or

pyglossary/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def exc_note(e: Exception, note: str) -> Exception:
5252
]
5353

5454

55-
VERSION = "5.0.3"
55+
VERSION = "5.0.4"
5656

5757
homePage = "https://github.com/ilius/pyglossary"
5858

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ build-backend = "setuptools.build_meta"
403403

404404
[project]
405405
name = "pyglossary"
406-
version = "5.0.3"
406+
version = "5.0.4"
407407
description = "A tool for converting dictionary files aka glossaries."
408408
readme = "README.md"
409409
authors = [{ name = "Saeed Rasooli", email = "saeed.gnu@gmail.com" }]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from setuptools import setup
1212
from setuptools.command.install import install
1313

14-
VERSION = "5.0.3"
14+
VERSION = "5.0.4"
1515
log = logging.getLogger("root")
1616
relRootDir = "share/pyglossary"
1717

0 commit comments

Comments
 (0)