From 719b939e7263e5808e9f07ce45a1d6b8a5adbf3d Mon Sep 17 00:00:00 2001 From: mBouamama Date: Wed, 10 Jul 2024 11:26:25 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20fix=20read=20the=20docs=20c?= =?UTF-8?q?ompilation=20+=20adding=20new=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ docs/source/changelog.md | 4 ++++ myjwt/__init__.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f42cc8..9db0696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.1.0] - 10-07-2024 +### Added +- fix read the docs +- exclude tests from source ## [2.0.0] - 10-07-2024 ### Added - python 3.12 compliance diff --git a/docs/source/changelog.md b/docs/source/changelog.md index 993ddaa..485f483 100644 --- a/docs/source/changelog.md +++ b/docs/source/changelog.md @@ -1,5 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.1.0] - 10-07-2024 +### Added +- fix read the docs +- exclude tests from source ## [2.0.0] - 10-07-2024 ### Added - python 3.12 compliance diff --git a/myjwt/__init__.py b/myjwt/__init__.py index 5ad38d3..14c9a33 100644 --- a/myjwt/__init__.py +++ b/myjwt/__init__.py @@ -1,4 +1,4 @@ """autogenerated""" -__version__ = "2.0.0" +__version__ = "2.1.0" __commit__ = "34a82dc12b295caaec3b5803ff553713c44765e0"