Skip to content

Commit

Permalink
Merge pull request #104 from opalmer/release_0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
opalmer authored Jun 28, 2016
2 parents 5163e08 + 3ae3c1c commit 27e7277
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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/
.. image:: https://readthedocs.org/projects/pywincffi/badge/?version=0.3.0
:target: https://pywincffi.readthedocs.org/
:alt: documentation badge

Expand Down
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Versions
latest
~~~~~~

0.3.0
~~~~~

Notable enhancements and changes are:

* Added the :func:`pywincffi.kernel32.CreateToolhelp32Snapshot` function in :issue:`101`.
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, 2, 1)
__version__ = (0, 3, 0)

0 comments on commit 27e7277

Please sign in to comment.