Skip to content

Commit c3e91f8

Browse files
tpike3rht
authored andcommitted
update history, setup and .gitignore path to external js templates
1 parent 6fe36a2 commit c3e91f8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ var/
2424
*.egg
2525

2626
# JS dependencies
27-
mesa_viz/templates/external/
28-
mesa_viz/templates/js/external/
27+
mesa_viz_tornado/templates/external/
28+
mesa_viz_tornado/templates/js/external/

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 0.1.3 (2023-11-06)
4+
5+
* fix: remove external js files #41
6+
37
## 0.1.2 (2023-11-05)
48

59
* add github issues and templates workflows #35

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
}
2121

22-
version = "0.1.2"
22+
version = "0.1.3"
2323

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

0 commit comments

Comments
 (0)