Skip to content

Commit ec7c628

Browse files
committed
Fixed #22 - Release 0.12 version
1 parent 7afac0d commit ec7c628

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
0.11 (2014-11-24)
211
==================
312

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Python-OOXML 0.11
1+
Python-OOXML 0.12

ooxml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '0.11'
3+
VERSION = '0.12'
44

55
NAMESPACES = {
66
'mo': 'http://schemas.microsoft.com/office/mac/office/2008/main',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = 'Python-OOXML',
5-
version = '0.11',
5+
version = '0.12',
66

77
author = 'Aleksandar Erkalovic',
88
author_email = 'aerkalov@gmail.com',

0 commit comments

Comments
 (0)