Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
bumped to version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Ward committed Mar 26, 2013
1 parent 1ff36e9 commit d7ffc72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,8 @@
Changelog
=========

* 0.1.10
* Added a user facing version
* 0.1.9
* There was a problem for some lists that would cause missing content if
the list id's were not well behaved. This issue has been addressed.
Expand Down
2 changes: 2 additions & 0 deletions docx2html/__init__.py
Expand Up @@ -3,3 +3,5 @@
__all__ = [
convert.func_name,
]

VERSION = '0.1.10'
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

import os
import docx2html

try:
from setuptools import setup, find_packages
Expand All @@ -24,7 +25,7 @@ def get_description():

setup(
name="docx2html",
version="0.1.9",
version=docx2html.VERSION,
description="docx (OOXML) to html converter",
author="Jason Ward",
author_email="jason.louard.ward@gmail.com",
Expand Down

0 comments on commit d7ffc72

Please sign in to comment.