From 5e75868fe3c1ff47702e15b8d18129354f18d665 Mon Sep 17 00:00:00 2001 From: Justin Fung Date: Thu, 9 Mar 2023 10:06:26 -0800 Subject: [PATCH] update CHANGLOG --- docs/source/changelog.rst | 5 +++++ setup.cfg | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 147bfb7..8044cfe 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +v0.2.6 (2023-3-9) +^^^^^^^^^^^^^^^^^^ + +* TinyFlux is not PEP 561 compliant (resolves issue #31). + v0.2.4 (2023-2-15) ^^^^^^^^^^^^^^^^^^ diff --git a/setup.cfg b/setup.cfg index b6dfbc5..125e936 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,5 +44,4 @@ packages = tinyflux python_requires = >=3.7 [options.package_data] -tinyflux = - "py.typed" +tinyflux = py.typed