Skip to content

Commit 85f39e6

Browse files
committed
bump version to 1.2.0
1 parent 1c1ae74 commit 85f39e6

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change log
22
==========
33

4+
pdf.tocgen 1.2.0
5+
----------------
6+
7+
Released August 7, 2020
8+
9+
- Swap out argparse in favor of getopt, which is much simpler and more
10+
flexible.
11+
- Now we could use `pdfxmeta doc.pdf` to dump an entire document, without the
12+
empty pattern `""`.
13+
414
pdf.tocgen 1.1.3
515
----------------
616

pdftocgen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Generate table of contents for pdf based on a recipe file"""
22

3-
__version__ = '1.1.3'
3+
__version__ = '1.2.0'

pdftocio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Manipulating the table of contents of a pdf"""
22

3-
__version__ = '1.1.3'
3+
__version__ = '1.2.0'

pdfxmeta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Extract metadata (fonts, bounding box) for a string in a pdf"""
22

3-
__version__ = '1.1.3'
3+
__version__ = '1.2.0'
44

55
from .pdfxmeta import extract_meta, dump_meta, dump_toml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pdf.tocgen"
3-
version = "1.1.3"
3+
version = "1.2.0"
44
description = "Automatically generate table of contents for pdf files"
55
authors = ["krasjet"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)