From e30af09d7cfd5a8a40c04073f3190af052388cd8 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 18 Mar 2023 11:02:40 -0700 Subject: [PATCH] Create v1.15.1 release --- CHANGELOG.md | 11 ++++++++++- babybuddy/__init__.py | 2 +- runtime.txt | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a091a659..2cdd1e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -## [v1.15.0](https://github.com/babybuddy/babybuddy/tree/v1.15.0) (2023-02-20) +## [v1.15.1](https://github.com/babybuddy/babybuddy/tree/v1.15.1) (2023-03-18) + +[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.15.0...v1.15.1) + +**Fixed bugs:** + +- Changing display up till time brings up persistent 500 server error [\#613](https://github.com/babybuddy/babybuddy/issues/613) +- Non-staff users get 403 error unless given superuser privileges [\#605](https://github.com/babybuddy/babybuddy/issues/605) + +## [v1.15.0](https://github.com/babybuddy/babybuddy/tree/v1.15.0) (2023-02-20) [Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.14.0...v1.15.0) diff --git a/babybuddy/__init__.py b/babybuddy/__init__.py index 514f7a36..d2af8098 100644 --- a/babybuddy/__init__.py +++ b/babybuddy/__init__.py @@ -46,7 +46,7 @@ """ # noqa __title__ = "Baby Buddy" -__version__ = "1.15.0" +__version__ = "1.15.1" __license__ = "BSD 2-Clause" VERSION = __version__ diff --git a/runtime.txt b/runtime.txt index e0252434..98a08480 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.16 \ No newline at end of file +python-3.10.10 \ No newline at end of file