From 8b0afadf36f30ab976ff5b15d273ce23191d668c Mon Sep 17 00:00:00 2001 From: hw Date: Wed, 7 Oct 2020 18:18:32 -0400 Subject: [PATCH] Prepare for release v0.4.5 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",