Skip to content

Commit

Permalink
Use jinja2 as template
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsamchen committed Jun 11, 2023
1 parent 81ddfe0 commit f872867
Show file tree
Hide file tree
Showing 15 changed files with 390 additions and 421 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -13,4 +13,6 @@

.idea/

.vscode/

__pycache__/
2 changes: 1 addition & 1 deletion anvil.py
Expand Up @@ -6,7 +6,7 @@

import job_init

VER = '0.7.1'
VER = '0.8.0'


def show_anvil_version(_):
Expand Down

0 comments on commit f872867

Please sign in to comment.