Skip to content

Commit

Permalink
release 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 3, 2021
1 parent 6dd38a7 commit 5705749
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.6.0 (2021-06-03)
### Feature
* Unicode characters added to yaml file to allow human reading ([`6dd38a7`](https://github.com/portfolioplus/pytickersymbols/commit/6dd38a7cc1aae245e015859077355b2900ef8d46))

## 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))
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.5.0"
__version__ = "1.6.0"


class Singleton(type):
Expand Down

0 comments on commit 5705749

Please sign in to comment.