Create v1.13.1 release

This commit is contained in:
Christopher C. Wells 2022-10-12 19:07:31 -07:00
parent 9bf65704b5
commit 2cef8199fc
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [v1.13.0](https://github.com/babybuddy/babybuddy/tree/v1.13.0) (2022-10-11)
## [v1.13.1](https://github.com/babybuddy/babybuddy/tree/v1.13.1)
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.13.0...v1.13.1)
**Fixed bugs:**
- Database Admin: 500 Error v1.13.0 [\#540](https://github.com/babybuddy/babybuddy/issues/540)
## [v1.13.0](https://github.com/babybuddy/babybuddy/tree/v1.13.0) (2022-10-12)
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.12.2...v1.13.0)

View File

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