Skip to content

Commit

Permalink
Merge branch 'hotfix/0.7.3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
berinhard committed Dec 26, 2022
2 parents 9f4d247 + 8fbc207 commit 3be11c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Development
-----------

0.7.3
-----
- Fix bug on 0.7.2 verison without required local web server template files.

0.7.2
-----
- Remove existing sketch after clearing/running it again [PR #199](https://github.com/berinhard/pyp5js/pull/199)
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
recursive-include pyp5js/templates *
recursive-include pyp5js/http/templates *
recursive-include pyp5js/http/static *
recursive-include pyp5js/http_local/templates *
recursive-include pyp5js/http_local/static *
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.7.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
package_data={
'pyp5js': [
'templates/*',
'http/templates/*',
'http/static/*',
'http_local/templates/*',
'http_local/static/*',
]
},
include_package_data=True,
Expand Down

0 comments on commit 3be11c3

Please sign in to comment.