Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Bunn <stephen@bunn.io>
  • Loading branch information
stephen-bunn committed Jan 10, 2019
1 parent 5d79830 commit c24c6b6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Changelog
.. towncrier release notes start
`0.3.3 <https://github.com/stephen-bunn/file-config/releases/tag/v0.3.3>`_ (*2019-01-10*)
=========================================================================================

Bug Fixes
---------

- Fixing regex check bug where ``type_.__name__`` raises an ``AttributeError`` on ``typing.List`` edge case `#19 <https://github.com/stephen-bunn/file-config/issues/19>`_
- Fixing ``dump_x`` handlers not using kwargs like ``dumps_x`` handlers `#20 <https://github.com/stephen-bunn/file-config/issues/20>`_


`0.3.2 <https://github.com/stephen-bunn/file-config/releases/tag/v0.3.2>`_ (*2019-01-09*)
=========================================================================================

Expand Down
1 change: 0 additions & 1 deletion news/19.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/20.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = file-config
package_name = file_config
version = 0.3.2
version = 0.3.3
description = An attrs based configuration file abstraction
url = https://github.com/stephen-bunn/file-config
author = Stephen Bunn
Expand Down
2 changes: 1 addition & 1 deletion src/file_config/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__name__ = "file-config"
__repo__ = "https://github.com/stephen-bunn/file-config"
__version__ = "0.3.2"
__version__ = "0.3.3"
__description__ = "An attr's based configuration file abstraction"
__author__ = "Stephen Bunn"
__contact__ = "stephen@bunn.io"
Expand Down

0 comments on commit c24c6b6

Please sign in to comment.