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.1
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 Dec 18, 2018
1 parent 24d4919 commit 9fd7553
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ Changelog
.. towncrier release notes start
`0.3.1 <https://github.com/stephen-bunn/file-config/releases/tag/0.3.1>`_ (*2018-12-18*)
========================================================================================

Features
--------

- Adding `defusedxml <https://pypi.org/project/defusedxml/>`_ as fromstring reader in XMLParser `#17 <https://github.com/stephen-bunn/file-config/issues/17>`_

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

- Fixing lxml required for import


`0.3.0 <https://github.com/stephen-bunn/file-config/releases/tag/0.3.0>`_ (*2018-12-16*)
=========================================================================================

Expand Down
1 change: 0 additions & 1 deletion news/17.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/fix-import.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.0
version = 0.3.1
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.0"
__version__ = "0.3.1"
__description__ = "An attr's based configuration file abstraction"
__author__ = "Stephen Bunn"
__contact__ = "stephen@bunn.io"
Expand Down

0 comments on commit 9fd7553

Please sign in to comment.