Skip to content

Commit a454f90

Browse files
author
m32
committed
v2.18.5
1 parent 480f86e commit a454f90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

endesive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = 'Grzegorz Makarewicz'
44
__license__ = 'MIT'
5-
__version__ = '2.18.4'
5+
__version__ = '2.18.5'
66

77
__all__ = [__author__, __license__, __version__]

x-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ vpython3 -m coverage run \
1313
"endesive/pdf/PyPDF2/*",\
1414
"endesive/pdf/PyPDF2_annotate/*",\
1515
"endesive/pdf/fpdf/*",\
16-
"endesive/pdf/pdf.py" \
16+
"endesive/pdf/pdf.py",\
17+
"/usr/lib/*" \
1718
-m unittest discover tests
1819
vpy3-coverage3 report -m

0 commit comments

Comments
 (0)