Create v1.12.2 release

This commit is contained in:
Christopher C. Wells 2022-08-04 08:26:23 -07:00
parent 5a257f5b11
commit 54511e0b0a
2 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,20 @@
# Changelog
## [v1.12.1](https://github.com/babybuddy/babybuddy/tree/v1.12.1) (2022-08-03)
## [v1.12.2](https://github.com/babybuddy/babybuddy/tree/v1.12.2)
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.12.1...v1.12.2)
**Fixed bugs:**
- Ver 1.12.1 regression - date is reversed with en\_gb locale [\#516](https://github.com/babybuddy/babybuddy/issues/516)
**Closed issues:**
- Nap vs sleep [\#503](https://github.com/babybuddy/babybuddy/issues/503)
- Possible to manually assign nap / sleep? [\#323](https://github.com/babybuddy/babybuddy/issues/323)
- UI needs work [\#32](https://github.com/babybuddy/babybuddy/issues/32)
## [v1.12.1](https://github.com/babybuddy/babybuddy/tree/v1.12.1) (2022-08-04)
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.12.0...v1.12.1)

View File

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