diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa0e5a..10d80c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.4] +### Fixed +* Removed the deprecated `jinja2_time.TimeExtension` from the cookiecutter config + ## [0.1.3] ### Changed * Upgraded to `hyp3lib=>3,<4`. diff --git a/cookiecutter.json b/cookiecutter.json index 0336e34..166a212 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -5,7 +5,6 @@ "short_description": "HyP3 plugin for {{cookiecutter.process_type}} processing", "public_url": "https://github.com/ASFHyP3/hyp3-{{cookiecutter.process_type}}", "copyright_year": "{% now 'utc', '%Y' %}", - "_extensions": ["jinja2_time.TimeExtension"], "__project_name": "hyp3-{{cookiecutter.process_type | lower}}", "__project_title": "HyP3 {{cookiecutter.process_type}}", "__package_name": "hyp3_{{cookiecutter.process_type | lower | replace('-', '_')}}",