diff --git a/README.md b/README.md index 6f58a93..6bfaf00 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ tinybook.read.read() is flakey when returning its data properly. We are working - Latest Metadata Version is 1.0 - xedoc version is 0.1.0 ## Release Notes -- Added beta xedoc support +- Changed dates # Table of contents [1:What is TinyBook](#What-is-TinyBook) [2:How to use the library](#How-to-use-the-library) diff --git a/tinybook.py b/tinybook.py index 65f254b..9f3ce06 100644 --- a/tinybook.py +++ b/tinybook.py @@ -12,7 +12,7 @@ __info__ = '©2022 Github73840134.' __metadata_ver__ = '1.0' __port__ = 'CPython' -__releasenotes__ = '''-Added beta xedoc support''' +__releasenotes__ = '''- Changed dates''' __credits__ = {'Formats':[["xedoc","RustedTerrier","https://codeberg.org/RustedTerrier/xedoc"]],"Special Thanks":[["RustedTerrier","https://codeberg.org/RustedTerrier"]]} __license__ = ''' ©2022 Github73840134