Skip to content

Commit

Permalink
Increment version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Oct 24, 2020
1 parent c598e0e commit 45644c2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
29 changes: 22 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Change Log
*************
Added
=====

Changed
=======

Deprecated
==========

Removed
=======

Fixed
=====

Security
========

`0.5.0`_ 2020-10-04
*******************
Added
=====
- Added a changelog.
- Added Python 3.8 testing.

Expand All @@ -13,9 +33,6 @@ Changed
- Updated PyPi classifiers.
- Updated asyncio syntax to use ``await`` and ``async def``.

Deprecated
==========

Removed
=======
- Drop Python 3.4 support (EOL).
Expand All @@ -26,14 +43,12 @@ Fixed
- Added a missing ``await`` for an ``asyncio.sleep``.
- Fixed long_description field for PyPi releases, the README will now render.

Security
========

`0.4.14`_ 2020-09-27
********************
Changed
=======
- Removed `typing` requirement.

.. _Unreleased: https://github.com/konikvranik/pyCEC/compare/v0.4.14..HEAD
.. _Unreleased: https://github.com/konikvranik/pyCEC/compare/v0.5.0..HEAD
.. _0.5.0: https://github.com/konikvranik/pyCEC/releases/tag/v0.5.0
.. _0.4.14: https://github.com/konikvranik/pyCEC/releases/tag/v0.4.14
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="pyCEC",
version="0.4.14",
version="0.5.0",
author="Petr Vraník",
author_email="[email protected]",
description=(
Expand Down

0 comments on commit 45644c2

Please sign in to comment.