Skip to content

Commit

Permalink
Merge pull request #55 from ASFHyP3/jhkennedy-patch-1
Browse files Browse the repository at this point in the history
Remove jinja2_time.TimeExtension
  • Loading branch information
jhkennedy authored Apr 10, 2024
2 parents b8f91da + 1fb3454 commit 4f6de11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
1 change: 0 additions & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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('-', '_')}}",
Expand Down

0 comments on commit 4f6de11

Please sign in to comment.