Skip to content

Commit 722a06c

Browse files
committed
version 5.2.0
1 parent 069bb14 commit 722a06c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyglossary/core.py

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

5353

54-
VERSION = "5.1.1"
54+
VERSION = "5.2.0"
5555

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

pyproject.toml

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

431431
[project]
432432
name = "pyglossary"
433-
version = "5.1.1"
433+
version = "5.2.0"
434434
description = "A tool for converting dictionary files aka glossaries."
435435
readme = "README.md"
436436
authors = [{ name = "Saeed Rasooli", email = "[email protected]" }]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from setuptools import find_packages, setup
1212

13-
VERSION = "5.1.1"
13+
VERSION = "5.2.0"
1414
log = logging.getLogger("root")
1515
relRootDir = "share/pyglossary"
1616

0 commit comments

Comments
 (0)