Skip to content

Commit 80cf467

Browse files
committed
Prepare files for the release
1 parent 833e658 commit 80cf467

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.13 (2016-07-26)
2+
=================
3+
4+
- Footnotes parsing
5+
- Many fixes
6+
17
0.12 (2015-03-25)
28
=================
39

VERSION.txt

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

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.12'
3+
VERSION = '0.13'
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.12',
5+
version = '0.13',
66

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

0 commit comments

Comments
 (0)