diff --git a/CHANGES.rst b/CHANGES.rst index 3193ff45b2efdd90f0b248972a262a64c847aeab..d8b74b1767b0de739e72a25520cbf2dc3a8c7e27 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.9.345 (2023-01-18) +-------------------- + +* Include menu views for new projects. + +* Tweak new table template, add FK/relationship support. + +* Move common logic for ``poser install`` commands into rattail. + + 0.9.344 (2023-01-16) -------------------- diff --git a/rattail/_version.py b/rattail/_version.py index 322c9fab2f91a60e3f00ba5ed5ce1a0eefe89fc8..047ef02a7fffee351b0185ab408aa904d3c472f4 100644 --- a/rattail/_version.py +++ b/rattail/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.9.344' +__version__ = '0.9.345'