From 54511e0b0a6683c743fdbd8801915ec7388d47ec Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Thu, 4 Aug 2022 08:26:23 -0700 Subject: [PATCH] Create v1.12.2 release --- CHANGELOG.md | 16 +++++++++++++++- babybuddy/__init__.py | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81479c9d4..20248b8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/babybuddy/__init__.py b/babybuddy/__init__.py index 4052d1a00..6b9bb4b16 100644 --- a/babybuddy/__init__.py +++ b/babybuddy/__init__.py @@ -46,7 +46,7 @@ """ # noqa __title__ = "Baby Buddy" -__version__ = "1.12.1" +__version__ = "1.12.2" __license__ = "BSD 2-Clause" VERSION = __version__