We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 833e658 commit 80cf467Copy full SHA for 80cf467
4 files changed
CHANGES.txt
@@ -1,3 +1,9 @@
1
+0.13 (2016-07-26)
2
+=================
3
+
4
+- Footnotes parsing
5
+- Many fixes
6
7
0.12 (2015-03-25)
8
=================
9
VERSION.txt
@@ -1 +1 @@
-Python-OOXML 0.12
+Python-OOXML 0.13
ooxml/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-VERSION = '0.12'
+VERSION = '0.13'
NAMESPACES = {
'mo': 'http://schemas.microsoft.com/office/mac/office/2008/main',
setup.py
@@ -2,7 +2,7 @@
setup(
name = 'Python-OOXML',
- version = '0.12',
+ version = '0.13',
author = 'Aleksandar Erkalovic',
author_email = 'aerkalov@gmail.com',
0 commit comments