From 8f72a81cb37934796939270116b7b7b7de888f88 Mon Sep 17 00:00:00 2001 From: Angelo Gladding Date: Thu, 7 Dec 2023 19:53:58 -0800 Subject: [PATCH] Update version in changelog and readme --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce8a8cb..1d4404b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## 2.0.0 - 2023-12-07 +## 2.0.1 - 2023-12-07 The mf2py library is excited to transition into 2.0. This version increase incorporates months of work from contributors, informed by active discussions among implementers and users. This release officially deprecates support for versions of Python lower than 3.8. diff --git a/README.md b/README.md index e754370..be0ccb6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Import the library: 'rels': ['webmention']}}, 'debug': {'description': 'mf2py - microformats2 parser for python', 'source': 'https://github.com/microformats/mf2py', - 'version': '2.0.0', + 'version': '2.0.1', 'markup parser': 'html5lib'}} ```