diff --git a/CHANGES.rst b/CHANGES.rst index 996bee3..0592806 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,9 @@ CHANGELOG Unreleased ---------- +0.3.4 (2024-05-07) +------------------ + * Fix shell when creating new linux user account. diff --git a/rattail_fabric2/_version.py b/rattail_fabric2/_version.py index d311857..70d2ced 100644 --- a/rattail_fabric2/_version.py +++ b/rattail_fabric2/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.3.3' +__version__ = '0.3.4'