Skip to content

Commit 0b4f0cc

Browse files
committed
bump version to 1.2.1
1 parent 49eff09 commit 0b4f0cc

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

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

4+
pdf.tocgen 1.2.1
5+
----------------
6+
7+
Released August 7, 2020
8+
9+
- Fix a typo in the help message of `pdftocgen`.
10+
411
pdf.tocgen 1.2.0
512
----------------
613

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.2.0'
3+
__version__ = '1.2.1'

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.2.0'
3+
__version__ = '1.2.1'

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.2.0'
3+
__version__ = '1.2.1'
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.2.0"
3+
version = "1.2.1"
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)