Skip to content

Commit 3dcf1b5

Browse files
committed
Bump version to 0.11
1 parent 50f5354 commit 3dcf1b5

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
0.1.0 (2014-11-10)
1+
0.11 (2014-11-24)
2+
==================
3+
4+
- Add footnote and endnote support
5+
6+
7+
0.10 (2014-11-10)
28
==================
39

410
- First release version

VERSION.txt

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

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

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

0 commit comments

Comments
 (0)