Create v2.1.2 release

This commit is contained in:
Christopher C. Wells 2023-10-14 06:59:11 -07:00
parent 03f3197884
commit ed18fc865e
1 changed files with 1 additions and 1 deletions

View File

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