We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afac0d commit ec7c628Copy full SHA for ec7c628
4 files changed
CHANGES.txt
@@ -1,3 +1,12 @@
1
+0.12 (2015-03-25)
2
+=================
3
+
4
+- Fix style embedding
5
+- Fix parsing
6
+- Fix bugs in serialization
7
+- Support for comments
8
+- Better calculate base font
9
10
0.11 (2014-11-24)
11
==================
12
VERSION.txt
@@ -1 +1 @@
-Python-OOXML 0.11
+Python-OOXML 0.12
ooxml/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-VERSION = '0.11'
+VERSION = '0.12'
NAMESPACES = {
'mo': 'http://schemas.microsoft.com/office/mac/office/2008/main',
setup.py
@@ -2,7 +2,7 @@
setup(
name = 'Python-OOXML',
- version = '0.11',
+ version = '0.12',
author = 'Aleksandar Erkalovic',
author_email = 'aerkalov@gmail.com',
0 commit comments