Skip to content

Commit 9a66de3

Browse files
committed
1.2.2
1 parent 133473f commit 9a66de3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _find_packages(where='.', exclude=()):
3838

3939
setup(
4040
name = 'uberdoc',
41-
version = '1.2.1',
41+
version = '1.2.2',
4242
packages = find_packages('.', exclude=('tests',)),
4343
description = 'Pandoc wrapper for large, multi-chapter documents.',
4444
author='Stephan Brosinski',

uberdoc/udoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from termcolor import colored, cprint
2626

2727
__author__ = "Stephan Brosinski"
28-
__version__ = "1.2"
28+
__version__ = "1.2.2"
2929

3030
# todo
3131
# when reading vars from config file, reading from the user section should return only

0 commit comments

Comments
 (0)