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'}} ```