Skip to content

Commit

Permalink
Bumping version for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
loganasherjones committed Jun 26, 2018
1 parent ad7518e commit 325e66e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,10 @@
History
=======

0.3.3 (2018-06-25)
------------------
* Fixed an issue with dumping unicode in python 2 (#82)

0.3.2 (2018-06-11)
------------------
* Fixed an issue with dumping box data to YAML (#78)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@

setup(
name='yapconf',
version='0.3.2.post1',
version='0.3.3',
description="Yet Another Python Configuration",
long_description=readme + '\n\n' + history,
author="Logan Asher Jones",
Expand Down
2 changes: 1 addition & 1 deletion yapconf/__init__.py
Expand Up @@ -51,7 +51,7 @@

__author__ = """Logan Asher Jones"""
__email__ = 'loganasherjones@gmail.com'
__version__ = '0.3.2.post1'
__version__ = '0.3.3'


FILE_TYPES = {'json', }
Expand Down

0 comments on commit 325e66e

Please sign in to comment.