Skip to content

Commit

Permalink
bump to version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Oct 4, 2023
1 parent 97b8a59 commit 63b7b73
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 12 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# [main](https://github.com/szabolcsdombi/zengl/compare/1.13.0...main)
# [main](https://github.com/szabolcsdombi/zengl/compare/1.14.0...main)

# [1.14.0](https://github.com/szabolcsdombi/zengl/compare/1.13.0...1.14.0)

- Improved web support
- Added Python 3.12 release builds
- Added support for customized builds

# [1.13.0](https://github.com/szabolcsdombi/zengl/compare/1.12.2...1.13.0)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
copyright = '2022, Szabolcs Dombi'
author = 'Szabolcs Dombi'

release = '1.13.0'
release = '1.14.0'

extensions = []
templates_path = []
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/public/blend.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

await pyodide.loadPackage([
'numpy',
'zengl-1.13.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl-1.14.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_webgl-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_canvas-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
]);
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/public/box_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const pyodide = await loadPyodide();

await pyodide.loadPackage([
'zengl-1.13.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl-1.14.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_webgl-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_canvas-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
]);
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/public/game_of_life.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const pyodide = await loadPyodide();

await pyodide.loadPackage([
'zengl-1.13.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl-1.14.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_webgl-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_canvas-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
]);
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/public/hello_triangle.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const pyodide = await loadPyodide();

await pyodide.loadPackage([
'zengl-1.13.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl-1.14.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_webgl-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_canvas-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
]);
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/public/julia_fractal.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const pyodide = await loadPyodide();

await pyodide.loadPackage([
'zengl-1.13.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl-1.14.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_webgl-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_canvas-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
]);
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/public/rigged_objects.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const pyodide = await loadPyodide();

await pyodide.loadPackage([
'zengl-1.13.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl-1.14.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_webgl-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_canvas-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'assets-0.1.0-py3-none-any.whl',
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/public/textured_crate.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const pyodide = await loadPyodide();

await pyodide.loadPackage([
'zengl-1.13.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl-1.14.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_webgl-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_canvas-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'assets-0.1.0-py3-none-any.whl',
Expand Down
2 changes: 1 addition & 1 deletion examples/webgl/public/zengl_logo.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const pyodide = await loadPyodide();

await pyodide.loadPackage([
'zengl-1.13.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl-1.14.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_webgl-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
'zengl_canvas-0.1.0-cp311-cp311-emscripten_3_1_45_wasm32.whl',
]);
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setup(
name='zengl',
version='1.13.0',
version='1.14.0',
ext_modules=[ext],
py_modules=['_zengl'],
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion zengl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3398,7 +3398,7 @@ static int module_exec(PyObject * self) {
PyModule_AddObject(self, "calcsize", PyObject_GetAttrString(state->helper, "calcsize"));
PyModule_AddObject(self, "bind", PyObject_GetAttrString(state->helper, "bind"));

PyModule_AddObject(self, "__version__", PyUnicode_FromString("1.13.0"));
PyModule_AddObject(self, "__version__", PyUnicode_FromString("1.14.0"));

return 0;
}
Expand Down

0 comments on commit 63b7b73

Please sign in to comment.