Skip to content

Commit

Permalink
Updated version and history.
Browse files Browse the repository at this point in the history
  • Loading branch information
loganasherjones committed Mar 11, 2018
1 parent b24f9a8 commit 7b607a4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
History
=======

0.2.0 (2018-03-11)
------------------

* Added auto kebab-case for CLI arguments (#7)
* Added the flag to apply environment prefixes (#11)
* Added ``choices`` to item specification (#14)
* Added ``alt_env_names`` to item specification (#13)

0.1.1 (2018-02-08)
------------------

* Fixed bug where ``None`` was a respected value.

0.1.0 (2018-02-01)
------------------

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

setup(
name='yapconf',
version='0.1.1',
version='0.2.0',
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

__author__ = """Logan Asher Jones"""
__email__ = 'loganasherjones@gmail.com'
__version__ = '0.1.1'
__version__ = '0.2.0'


FILE_TYPES = ('json',)
Expand Down

0 comments on commit 7b607a4

Please sign in to comment.