diff --git a/CHANGES.txt b/CHANGES.txt index 678abc9..9bdf6f0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +Version 0.2.4 +------------- +2017/05/15: + documentation fix regarding incorrect output references of + AccountList and AccountDetails, #pr 73 + Version 0.2.3 ------------- 2017/04/17: diff --git a/oandapyV20/__init__.py b/oandapyV20/__init__.py index 440b410..dc9d8c7 100644 --- a/oandapyV20/__init__.py +++ b/oandapyV20/__init__.py @@ -1,5 +1,5 @@ __title__ = "OANDA REST V20 API Wrapper" -__version__ = "0.2.3" +__version__ = "0.2.4" __author__ = "Feite Brekeveld" __license__ = "MIT" __copyright__ = "Copyright 2016 Feite Brekeveld"