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

Commit

Permalink
Release v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-bunn committed Oct 4, 2019
1 parent abf1f3c commit 368ab28
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ Changelog
.. towncrier release notes start
`0.3.10 <https://github.com/stephen-bunn/file-config/releases/tag/v0.3.10>`_ (*2019-10-04*)
===========================================================================================

Bug Fixes
---------

- Allowing Python 3 typehints to be considered as the config var's type just like the var's ``type`` kwarg `#38 <https://github.com/stephen-bunn/file-config/issues/38>`_

Miscellaneous
-------------

- Fixing access to collections.abc for Iterable deprecation warning
- Updating package stubs to mimic true kwargs typings


`0.3.9 <https://github.com/stephen-bunn/file-config/releases/tag/v0.3.9>`_ (*2019-06-15*)
=========================================================================================

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

This file was deleted.

1 change: 0 additions & 1 deletion news/collections-deprecation-warning.misc

This file was deleted.

1 change: 0 additions & 1 deletion news/updating-stubs.misc

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.9
version = 0.3.10
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.9"
__version__ = "0.3.10"
__description__ = "An attr's based configuration file abstraction"
__author__ = "Stephen Bunn"
__contact__ = "stephen@bunn.io"
Expand Down

0 comments on commit 368ab28

Please sign in to comment.