Skip to content

Commit

Permalink
[docs] Update changelog and version for 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Oct 20, 2019
1 parent f619911 commit 4a9f06b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
History
=======

0.12.x (2019-09-XX)
0.13.0 (2019-11-XX - Unreleased)
--------------------
* Update me with new features!

0.12.0 (2019-10-20)
--------------------
* Feature: Added 3 new methods for crypo endpoints: top of book prices, historical, and metadata endpoints (@n1rna #340)
* Feature: Permit list_tickers to support multiple asset types at once (@n1rna #346)

0.11.0 (2019-09-01)
--------------------
* [/news] Internally rename sources parameter to "source", ensure lists are passed as comma separated values #325. Non-breaking external change.
Expand Down
2 changes: 1 addition & 1 deletion tiingo/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.11.0'
__version__ = '0.12.0'

0 comments on commit 4a9f06b

Please sign in to comment.