mirror of https://github.com/snachodog/mybuddy.git
Create v1.15.1 release
This commit is contained in:
parent
4f2b9c9871
commit
e30af09d7c
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,6 +1,15 @@
|
||||||
# Changelog
|
# 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)
|
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.14.0...v1.15.0)
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
""" # noqa
|
""" # noqa
|
||||||
|
|
||||||
__title__ = "Baby Buddy"
|
__title__ = "Baby Buddy"
|
||||||
__version__ = "1.15.0"
|
__version__ = "1.15.1"
|
||||||
__license__ = "BSD 2-Clause"
|
__license__ = "BSD 2-Clause"
|
||||||
|
|
||||||
VERSION = __version__
|
VERSION = __version__
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
python-3.9.16
|
python-3.10.10
|
Loading…
Reference in New Issue