Skip to content

Commit

Permalink
Fixed #22 - Release 0.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
aerkalov committed Mar 25, 2015
1 parent 7afac0d commit ec7c628
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.12 (2015-03-25)
=================

- Fix style embedding
- Fix parsing
- Fix bugs in serialization
- Support for comments
- Better calculate base font

0.11 (2014-11-24)
==================

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Python-OOXML 0.11
Python-OOXML 0.12
2 changes: 1 addition & 1 deletion ooxml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

VERSION = '0.11'
VERSION = '0.12'

NAMESPACES = {
'mo': 'http://schemas.microsoft.com/office/mac/office/2008/main',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'Python-OOXML',
version = '0.11',
version = '0.12',

author = 'Aleksandar Erkalovic',
author_email = '[email protected]',
Expand Down

0 comments on commit ec7c628

Please sign in to comment.