Bump version (v1.3.2)

Static assets relevant to the new Pull to Refresh feature were missed in v1.3.1 ):
This commit is contained in:
Christopher C. Wells 2020-02-07 12:28:48 -08:00
parent 89efe90a9a
commit 7c0b8c0071
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
""" # noqa
__title__ = 'Baby Buddy'
__version__ = '1.3.1'
__version__ = '1.3.2'
__license__ = 'BSD 2-Clause'
VERSION = __version__