Skip to content

Commit

Permalink
release 1.7.18 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 14, 2021
1 parent 28d0339 commit 280db2a
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.7.18 (2021-09-14)
### Fix
* Added symbols to stocks ([`28d0339`](https://github.com/portfolioplus/pytickersymbols/commit/28d033983702f7b199bf4f958bc8dcc2a3ae8f03))

## v1.7.17 (2021-09-13)
### Fix
* Update stock symbols ([`d261291`](https://github.com/portfolioplus/pytickersymbols/commit/d26129114fb403ab75b7f4109469cf9abb7fb518))
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.7.17"
__version__ = "1.7.18"


class Singleton(type):
Expand Down

0 comments on commit 280db2a

Please sign in to comment.