Create v1.15.1 release

This commit is contained in:
Christopher C. Wells 2023-03-18 11:02:40 -07:00
parent 4f2b9c9871
commit e30af09d7c
3 changed files with 12 additions and 3 deletions

View File

@ -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)

View File

@ -46,7 +46,7 @@
""" # noqa
__title__ = "Baby Buddy"
__version__ = "1.15.0"
__version__ = "1.15.1"
__license__ = "BSD 2-Clause"
VERSION = __version__

View File

@ -1 +1 @@
python-3.9.16
python-3.10.10