From 9b2fc3ed828c05514edec2fceabd5807aed2f1e5 Mon Sep 17 00:00:00 2001 From: Cameron Swinoga Date: Wed, 31 Aug 2022 10:49:49 -0400 Subject: [PATCH] Autogenerated release patch --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d23eab8..da0598c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +#### [1.0.4](https://github.com/julianneswinoga/flightgear-python/compare/1.0.3...1.0.4) + +> 31 August 2022 + +- Update pip/poetry when publishing [`498026a`](https://github.com/julianneswinoga/flightgear-python/commit/498026a180577dd6aef09b2ab195415ad2242a00) +- readthedocs poetry 1.1.15 [`9af4947`](https://github.com/julianneswinoga/flightgear-python/commit/9af4947943691c43aa8930d04df2989ba4c4784b) + #### [1.0.3](https://github.com/julianneswinoga/flightgear-python/compare/1.0.2...1.0.3) > 31 August 2022 diff --git a/pyproject.toml b/pyproject.toml index d9a2074..1dfaedb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "flightgear_python" -version = "1.0.3" +version = "1.0.4" description = "Interface for FlightGear network connections" authors = ["Julianne Swinoga "] readme = "README.md"