Skip to content

Commit

Permalink
Bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jun 3, 2019
1 parent 0fca204 commit a494a01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

0.2.0 (2019-06-02)
------------------

* Reformatted the code to use [black](https://github.com/python/black)

0.1.0 (2018-12-04)
------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Overview
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/qwebtip

.. |commits-since| image:: https://img.shields.io/github/commits-since/ColinKennedy/qwebtip/v0.1.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/ColinKennedy/qwebtip/v0.2.0.svg
:alt: Commits since latest release
:target: https://github.com/ColinKennedy/qwebtip/compare/v0.1.0...master
:target: https://github.com/ColinKennedy/qwebtip/compare/v0.2.0...master

.. |wheel| image:: https://img.shields.io/pypi/wheel/qwebtip.svg
:alt: PyPI Wheel
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read(*names, **kwargs):

setup(
name="qwebtip",
version="0.1.0",
version="0.2.0",
license="BSD 2-Clause License",
description="A Qt package that lets you use web URLs as tooltips in Qt widgets",
long_description="%s\n%s"
Expand Down

0 comments on commit a494a01

Please sign in to comment.