Skip to content

Commit

Permalink
change version number + add GSOC info in release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhikpal committed Aug 13, 2018
1 parent daf463c commit 54e7be3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions docs/releasenotes/0.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ p5 version 0.5.0 is the final release for the `Google Summer of Code
<https://summerofcode.withgoogle.com/projects/#4911995556462592>`_ `by
`Abhik Pal <github.com/abhikpal>`_. The project was supervised by
`Manindra Mohrarna <https://github.com/Manindra29>`_ of the
`Processing Foundation <https://processingfoundation.org/>`_. This
release builds on a release from earlier this summer that moved the
internal windowing framework and OpenGL interface to vispy.
`Processing Foundation <https://processingfoundation.org/>`_. The goal
of the project were:

In addition to the new features described in the next section, the
documentation accompanying this release also includes ports of some
Processing tutorials:
#. Move the internal windowing and OpenGL framework to `vispy
<https://vispy.org>`_
#. Fix the then open issues and merge pull requests
#. Add support for user defined polygons
#. Add image support

We met all of these goals completely. The first two were covered by a
`release from earlier in the summer
<https://github.com/p5py/p5/releases/tag/v0.4.0a1.dev2>`_. These
release notes summarize our later two goals. In addition to the stated
goals we were also able to add minimal typography support and port
some tutorials from Processing to p5:

* :doc:`Color by Daniel Shiffman </tutorials/color>`
* :doc:`Vectors by Daniel Shiffman </tutorials/vector>`
Expand Down
2 changes: 1 addition & 1 deletion p5/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__title__ = 'p5'
__description__ = 'Creative coding in Python'
__url__ = 'https://p5py.github.io'
__version__ = '0.4.0a1.dev2'
__version__ = '0.5.0'
__author__ = 'Abhik Pal'
__author_email__ = '[email protected]'
__license__ = ' GNU GPLv3'
Expand Down

0 comments on commit 54e7be3

Please sign in to comment.