Skip to content

Commit 6c865f7

Browse files
committed
Prepare 1.4.1 release
1 parent e8a5435 commit 6c865f7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
ChangeLog
44
=========
55

6+
1.4.1 (2022-08-05)
7+
------------------
8+
- No source code changes, only fixed a leftover set_trace() in the released code
9+
(#352).
10+
611
1.4.0 (2022-08-05)
712
------------------
813
- Include ``tests/samples/others/*.svg`` in source distribution (#341).

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = svglib
3-
version = 1.4.0
3+
version = 1.4.1
44
description = A pure-Python library for reading and converting SVG
55
long_description = file: README.rst
66
keywords =

svglib/svglib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def find_font(font_name, weight='normal', style='normal'):
7171
return _fonts_find_font(font_name, weight, style)
7272

7373

74-
__version__ = '1.4.0'
74+
__version__ = '1.4.1'
7575
__license__ = 'LGPL 3'
7676
__author__ = 'Dinu Gherman'
7777
__date__ = '2022-08-05'

0 commit comments

Comments
 (0)