diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bfa956..9e88d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +0.4.5 / 2020-10-07 +================== + +* Fix packaging error with the missing version + 0.4.4 / 2020-10-07 ================== diff --git a/setup.py b/setup.py index 9685a77..1e410f9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="axl-template", # Replace with your own username - version="0.4.3", + version="0.4.5", author="hussainweb", author_email="hussainweb@gmail.com", description="Scaffold a Drupal site template",