Skip to content

Commit

Permalink
Merge pull request #108 from opalmer/release_0.3.1
Browse files Browse the repository at this point in the history
Release 0.3.1
  • Loading branch information
opalmer authored Jul 4, 2016
2 parents dddde47 + 79585c0 commit 0ac466e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Python Windows Wrapper Using CFFI
:target: https://codecov.io/github/opalmer/pywincffi?branch=master
:alt: code coverage

.. image:: https://readthedocs.org/projects/pywincffi/badge/?version=0.3.0
.. image:: https://readthedocs.org/projects/pywincffi/badge/?version=0.3.1
:target: https://pywincffi.readthedocs.org/
:alt: documentation badge

Expand Down
12 changes: 10 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ versions are shown first.
Versions
--------

latest
~~~~~~
0.3.1
~~~~~

Notable enhancements and changes are:

* :issue:`81` - :func:`pywincffi.user32.synchronization.WSAEventSelect` and
:func:`pywincffi.user32.synchronization.WSAEnumNetworkEvents`
* Removal of the ``pywincffi.core.config`` module in :issue:`107`. The
module was mostly unused internally and was not being used as part of
the public APIs either.
* Improvements to the :mod:`pywincffi.core.dist` module in :issue:`106`.
This change allows pywincffi to add constants, functions, etc to the
loaded library when :func:`pywincffi.core.dist.load` is called. Before
certain constants, such as ``ERROR_INVALID_HANDLE``, had to be imported
from other modules rather than used directly from the library object.

0.3.0
~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pywincffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
help and examples.
"""

__version__ = (0, 3, 0)
__version__ = (0, 3, 1)

0 comments on commit 0ac466e

Please sign in to comment.