Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jul 3, 2016
1 parent 8a6d460 commit 821ee5a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ Change log
.. currentmodule:: picamera


Release 1.12 (2016-07-03)
=========================

1.12 is almost entirely a bug fix release:

* Fixed issue with unencoded captures in Python 3 (`#297`_)
* Fixed several Python 3 bytes/unicode issues that were related to `#297`_ (I'd
erroneously run the picamera test suite twice against Python 2 instead of 2
and 3 when releasing 1.11, which is how these snuck in)
* Fixed multi-dimensional arrays for overlays under Python 3
* Finished alternate CIE constructors for the :class:`Color` class

.. _#297: https://github.com/waveform80/picamera/issues/297


Release 1.11 (2016-06-19)
=========================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
pass

__project__ = 'picamera'
__version__ = '1.11'
__version__ = '1.12'
__author__ = 'Dave Jones'
__author_email__ = 'dave@waveform.org.uk'
__url__ = 'http://picamera.readthedocs.io/'
Expand Down

0 comments on commit 821ee5a

Please sign in to comment.