From 80cf467e8ebeec1c513fa39f758ffca3612abdad Mon Sep 17 00:00:00 2001 From: Aleksandar Erkalovic Date: Tue, 26 Jul 2016 18:03:35 +0200 Subject: [PATCH] Prepare files for the release --- CHANGES.txt | 6 ++++++ VERSION.txt | 2 +- ooxml/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index daa1050..e43e821 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +0.13 (2016-07-26) +================= + +- Footnotes parsing +- Many fixes + 0.12 (2015-03-25) ================= diff --git a/VERSION.txt b/VERSION.txt index 6b1f66f..8d0cb74 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -Python-OOXML 0.12 +Python-OOXML 0.13 diff --git a/ooxml/__init__.py b/ooxml/__init__.py index 97fb465..672e12d 100644 --- a/ooxml/__init__.py +++ b/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', diff --git a/setup.py b/setup.py index f000ed0..d70b013 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 'Python-OOXML', - version = '0.12', + version = '0.13', author = 'Aleksandar Erkalovic', author_email = 'aerkalov@gmail.com',