aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbenadha <benawiadha@gmail.com>2021-10-23 16:16:36 +0700
committerbenadha <benawiadha@gmail.com>2021-10-23 16:16:36 +0700
commit12c49f6dd18a1b736a43d80472b1d0da9023cc24 (patch)
treea35225579beb792d4a526aed32e37fcea51852ed /README.md
parent55f938c3dcbb91c91f2e9bee01556bf8da97158d (diff)
downloadepy-12c49f6dd18a1b736a43d80472b1d0da9023cc24.tar.gz
v2021.10.23: Major refactoring
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0575d05..6b78cd5 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,18 @@ This is just a fork of my own [epr](https://github.com/wustho/epr) with these ex
- Text-to-Speech (with additional setup, read [below](#text-to-speech))
- [Double Spread](#double-spread)
+## Note on `v2021.10.23` and beyond
+
+There happens major refactoring for `epy` in version `v2021.10.23` which harness
+a lot of new stuffs in python standard libraries starting from `python>=3.7`, so
+`epy` won't be compatible with older python version and won't be backward compatible
+with older `epy` version. And if you decide to install this version you might lose
+your reading progress with older `epy`.
+
+There are no new features with this version but some bugfixes. The refactoring is
+just to keep `epy` up to date to recent python and making it easier
+for future contributors to read.
+
## Installation
- Via PyPI