Skip to content

Commit

Permalink
v 1.5.9 merged pull request #33
Browse files Browse the repository at this point in the history
  • Loading branch information
quandyfactory committed Feb 23, 2015
1 parent 5a9318e commit c326bd2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,19 @@ Author
Version
=======

* Version: 1.5.8
* Release Date: 2015-01-06
* Version: 1.5.9
* Release Date: 2015-02-23

Revision History
================

Version 1.5.9
-------------

* Release Date: 2015-02-23
* Changes:
* Merged [pull request #33](https://github.com/quandyfactory/dicttoxml/pull/33) to replace invocations of `logging` with `LOG`. Thanks to [mfriedenhagen ](https://github.com/mfriedenhagen) for identifying the issue with the logger, and to [seyhuns](https://github.com/seyhuns) for supplying a pull request that could be merged automatically.

Version 1.5.8
-------------

Expand Down
2 changes: 1 addition & 1 deletion dicttoxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import unicode_literals

__version__ = '1.5.8'
__version__ = '1.5.9'
version = __version__

from random import randint
Expand Down
Binary file modified dist/dicttoxml-1.5.8.tar.gz
Binary file not shown.
Binary file added dist/dicttoxml-1.5.9.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.core import setup

version = '1.5.8'
version = '1.5.9'

with open('README.markdown') as readme:
long_description = readme.read()
Expand Down

0 comments on commit c326bd2

Please sign in to comment.