Skip to content

Commit

Permalink
release 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 26, 2021
1 parent 47662e8 commit 897eced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.5.0 (2021-05-26)
### Feature
* Get stock by ticker symbol ([#85](https://github.com/portfolioplus/pytickersymbols/issues/85)) ([`47662e8`](https://github.com/portfolioplus/pytickersymbols/commit/47662e85deeb71f27cb8596be1838dd3ae0fdb6b))

## v1.4.3 (2021-01-19)
### Fix
* Country names ([`8ff8538`](https://github.com/portfolioplus/pytickersymbols/commit/8ff8538e630055b039ee84382fc9476cec201bfc))
Expand Down
2 changes: 1 addition & 1 deletion src/pytickersymbols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import yaml
from weakref import WeakValueDictionary

__version__ = "1.4.3"
__version__ = "1.5.0"


class Singleton(type):
Expand Down

0 comments on commit 897eced

Please sign in to comment.