Skip to content

Commit

Permalink
update history, setup and .gitignore path to external js templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 authored and rht committed Nov 6, 2023
1 parent 6fe36a2 commit c3e91f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ var/
*.egg

# JS dependencies
mesa_viz/templates/external/
mesa_viz/templates/js/external/
mesa_viz_tornado/templates/external/
mesa_viz_tornado/templates/js/external/
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 0.1.3 (2023-11-06)

* fix: remove external js files #41

## 0.1.2 (2023-11-05)

* add github issues and templates workflows #35
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
}

version = "0.1.2"
version = "0.1.3"

with open("README.md", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit c3e91f8

Please sign in to comment.