Skip to content

Commit e8a5435

Browse files
committed
Prepare release 1.4.0
1 parent 5347e10 commit e8a5435

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.rst

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

6-
Unreleased
7-
----------
8-
6+
1.4.0 (2022-08-05)
7+
------------------
98
- Include ``tests/samples/others/*.svg`` in source distribution (#341).
9+
- Render leading and trailing text content in text nodes (#343).
1010
- Better integration with cssselect2 to support a wider range of CSS selectors
1111
(#346).
1212

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.3.0
3+
version = 1.4.0
44
description = A pure-Python library for reading and converting SVG
55
long_description = file: README.rst
66
keywords =

svglib/svglib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ def find_font(font_name, weight='normal', style='normal'):
7171
return _fonts_find_font(font_name, weight, style)
7272

7373

74-
__version__ = '1.3.0'
74+
__version__ = '1.4.0'
7575
__license__ = 'LGPL 3'
7676
__author__ = 'Dinu Gherman'
77-
__date__ = '2022-05-18'
77+
__date__ = '2022-08-05'
7878

7979
XML_NS = 'http://www.w3.org/XML/1998/namespace'
8080

0 commit comments

Comments
 (0)