diff --git a/dev/releases/3.1.yml b/dev/releases/3.1.yml index a417691..7187b5b 100644 --- a/dev/releases/3.1.yml +++ b/dev/releases/3.1.yml @@ -41,3 +41,6 @@ minor_release_name: "Soyeon" - "[Bugfix] Fixed image display on Safari" - "[Bugfix] Fixed entity editing on Firefox" - "[Bugfix] Made compatibile with SQLAlchemy 2.0" +upcoming: + notes: + - "[Bugfix] Fixed configuration of time format" diff --git a/pyproject.toml b/pyproject.toml index 2e855bf..2ce8049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ dependencies = [ "bottle>=0.12.16", "waitress>=2.1.0", - "doreah>=1.9.3, <2", + "doreah>=1.9.4, <2", "nimrodel>=0.8.0", "setproctitle>=1.1.10", #"pyvips>=2.1.16", diff --git a/requirements.txt b/requirements.txt index 2ee7979..6e38589 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bottle>=0.12.16 waitress>=2.1.0 -doreah>=1.9.3, <2 +doreah>=1.9.4, <2 nimrodel>=0.8.0 setproctitle>=1.1.10 jinja2>=3.0.0 @@ -9,4 +9,3 @@ psutil>=5.8.0 sqlalchemy>=1.4 python-datauri>=1.1.0 requests>=2.27.1 -