File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ v0.8.4
2
+ ======
3
+
4
+ - Update README.rst by @tushar5526 in `<https://github.com/p5py/p5/pull/453 >`_
5
+ - Fix minor typos in install.rst by @pszemsza in `<https://github.com/p5py/p5/pull/456 >`_
6
+ - fix mouse button always set to None in handlers by @tushar5526 in `<https://github.com/p5py/p5/pull/458 >`_
7
+ - fix: keyerror 'SQAURE' when using stroke_cap(SQUARE) by @abastola0 in `<https://github.com/p5py/p5/pull/459 >`_
8
+ - feat: migrate to 3.11 by @tushar5526 in `<https://github.com/p5py/p5/pull/461 >`_
9
+
10
+ New Contributors
11
+ ----------------
12
+
13
+ * @pszemsza made their first contribution in `<https://github.com/p5py/p5/pull/456 >`_
14
+ * @abastola0 made their first contribution in `<https://github.com/p5py/p5/pull/459 >`_
15
+
16
+ Full Changelog
17
+ --------------
18
+
19
+ `Compare v0.8.1 to v0.8.3 <https://github.com/p5py/p5/compare/v0.8.3...v0.8.4 >`_
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Release Notes
4
4
.. toctree ::
5
5
:maxdepth: 1
6
6
7
+ 0.8.4
7
8
0.8.3
8
9
0.8.0-0.8.2
9
10
0.7.0-0.7.1
Original file line number Diff line number Diff line change 19
19
__title__ = "p5"
20
20
__description__ = "Creative coding in Python"
21
21
__url__ = "https://p5py.github.io"
22
- __version__ = "0.8.3 "
22
+ __version__ = "0.8.4 "
23
23
__author__ = "Abhik Pal"
24
24
__author_email__ = "[email protected] "
25
25
__license__ = " GNU GPLv3"
You can’t perform that action at this time.
0 commit comments