Skip to content

Commit

Permalink
add package_version to context
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 24, 2024
1 parent 5a248b2 commit 54b354d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babelizer/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def render(
"LICENSE.rst": render_license(plugin_metadata),
},
"now": datetime.datetime.now(),
"package_version": version,
}
| plugin_metadata.as_cookiecutter_context()
}
Expand Down

0 comments on commit 54b354d

Please sign in to comment.