From 24f4388460918f59544caee9532e697c1353d0a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:49:09 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- xcon/__init__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db8a9d..faa94f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.1](https://github.com/xyngular/py-xcon/compare/v0.3.0...v0.3.1) (2023-02-20) + + +### Bug Fixes + +* project publishing metadata ([d4a2886](https://github.com/xyngular/py-xcon/commit/d4a2886ee1a2ef3a88db58fd6c4d9f83538b700a)) +* reame file name case. ([dd9e513](https://github.com/xyngular/py-xcon/commit/dd9e5137d4e80e3c94dc45dee0035b4ff7dd5898)) +* remove xyn_config refs (now it's `xcon`). ([223666f](https://github.com/xyngular/py-xcon/commit/223666f9085ede6a008b967dfac77ff50a5d685f)) + ## 0.3.0 (2023-02-20) diff --git a/pyproject.toml b/pyproject.toml index ddeb0d9..27c9fef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xcon" -version = "0.3.0" +version = "0.3.1" description = "Dynamic configuration retreiver." authors = ["Josh Orr "] packages = [{include = "xcon"}] diff --git a/xcon/__init__.py b/xcon/__init__.py index 18e6b35..a4a8885 100644 --- a/xcon/__init__.py +++ b/xcon/__init__.py @@ -43,4 +43,4 @@ from .config import ConfigSettings from .conf import xcon_settings -__version__ = '0.3.0' +__version__ = '0.3.1'