mirror of https://github.com/snachodog/mybuddy.git
Create v1.13.2 release
This commit is contained in:
parent
de4d66cecd
commit
af5aa18b65
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [v1.13.1](https://github.com/babybuddy/babybuddy/tree/v1.13.1)
|
## [v1.13.2](https://github.com/babybuddy/babybuddy/tree/v1.13.2) (2022-10-15)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.13.1...v1.13.2)
|
||||||
|
|
||||||
|
**Implemented enhancements:**
|
||||||
|
|
||||||
|
- Staff users added via CLI should also be superuser [\#543](https://github.com/babybuddy/babybuddy/issues/543)
|
||||||
|
|
||||||
|
## [v1.13.1](https://github.com/babybuddy/babybuddy/tree/v1.13.1) (2022-10-13)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.13.0...v1.13.1)
|
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v1.13.0...v1.13.1)
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
""" # noqa
|
""" # noqa
|
||||||
|
|
||||||
__title__ = "Baby Buddy"
|
__title__ = "Baby Buddy"
|
||||||
__version__ = "1.13.1"
|
__version__ = "1.13.2"
|
||||||
__license__ = "BSD 2-Clause"
|
__license__ = "BSD 2-Clause"
|
||||||
|
|
||||||
VERSION = __version__
|
VERSION = __version__
|
||||||
|
|
Loading…
Reference in New Issue