Skip to content

Commit 54e7be3

Browse files
committed
change version number + add GSOC info in release notes.
1 parent daf463c commit 54e7be3

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

docs/releasenotes/0.5.0.rst

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@ p5 version 0.5.0 is the final release for the `Google Summer of Code
66
<https://summerofcode.withgoogle.com/projects/#4911995556462592>`_ `by
77
`Abhik Pal <github.com/abhikpal>`_. The project was supervised by
88
`Manindra Mohrarna <https://github.com/Manindra29>`_ of the
9-
`Processing Foundation <https://processingfoundation.org/>`_. This
10-
release builds on a release from earlier this summer that moved the
11-
internal windowing framework and OpenGL interface to vispy.
9+
`Processing Foundation <https://processingfoundation.org/>`_. The goal
10+
of the project were:
1211

13-
In addition to the new features described in the next section, the
14-
documentation accompanying this release also includes ports of some
15-
Processing tutorials:
12+
#. Move the internal windowing and OpenGL framework to `vispy
13+
<https://vispy.org>`_
14+
#. Fix the then open issues and merge pull requests
15+
#. Add support for user defined polygons
16+
#. Add image support
17+
18+
We met all of these goals completely. The first two were covered by a
19+
`release from earlier in the summer
20+
<https://github.com/p5py/p5/releases/tag/v0.4.0a1.dev2>`_. These
21+
release notes summarize our later two goals. In addition to the stated
22+
goals we were also able to add minimal typography support and port
23+
some tutorials from Processing to p5:
1624

1725
* :doc:`Color by Daniel Shiffman </tutorials/color>`
1826
* :doc:`Vectors by Daniel Shiffman </tutorials/vector>`

p5/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__title__ = 'p5'
2020
__description__ = 'Creative coding in Python'
2121
__url__ = 'https://p5py.github.io'
22-
__version__ = '0.4.0a1.dev2'
22+
__version__ = '0.5.0'
2323
__author__ = 'Abhik Pal'
2424
__author_email__ = 'theabhikpal@gmail.com'
2525
__license__ = ' GNU GPLv3'

0 commit comments

Comments
 (0)