Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jun 29, 2018
1 parent 7489739 commit 26d7a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@ pycbrf changelog
================


Unreleased
----------
v0.2.0
------
! Added dependency 'requests'.
! CLI. Added dependency 'click'.
+ CLI. Improved Windows compatibility.
Expand Down
4 changes: 2 additions & 2 deletions pycbrf/__init__.py
Expand Up @@ -2,8 +2,8 @@
from .rates import ExchangeRates


VERSION = (0, 1, 0)
VERSION = (0, 2, 0)
"""Application version number tuple."""

VERSION_STR = '.'.join(map(str, VERSION))
"""Application version number string."""
"""Application version number string."""

0 comments on commit 26d7a21

Please sign in to comment.