Browse Source

Merge pull request #246 from patacrep/version5.1.2

New release 5.1.2
pull/250/head v5.1.2
oliverpool 8 years ago
committed by GitHub
parent
commit
1061af6b37
  1. 2
      NEWS.md
  2. 2
      patacrep/__init__.py

2
NEWS.md

@ -1,5 +1,7 @@
# patacrep {current_master}
# patacrep 5.1.2
* Fix `pdfobjcompresslevel` undefined control sequence [#243](https://github.com/patacrep/patacrep/pull/243)
# patacrep 5.1.1

2
patacrep/__init__.py

@ -11,7 +11,7 @@ if sys.version_info < (3, 3):
sys.exit(1)
# Patacrep version.
__TUPLE_VERSION__ = (5, 1, 1)
__TUPLE_VERSION__ = (5, 1, 2)
__version__ = '.'.join([str(number) for number in __TUPLE_VERSION__])
# Directory containing shared data (default templates, custom LaTeX packages,

Loading…
Cancel
Save