Skip to content

Commit

Permalink
release 1.8.70 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 6, 2022
1 parent 47feb7f commit 55c7eb7
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.8.70 (2022-04-06)
### Fix
* Added symbols to stocks ([`47feb7f`](https://github.com/portfolioplus/pytickersymbols/commit/47feb7f9e29c9f25b4ff596a4190cfa50d2d3dc4))

## v1.8.69 (2022-04-04)
### Fix
* Added symbols to stocks ([`2453440`](https://github.com/portfolioplus/pytickersymbols/commit/2453440a41986c374ecc22344ef20c5c06f890ef))
Expand Down
2 changes: 1 addition & 1 deletion src/pytickersymbols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from weakref import WeakValueDictionary
import itertools

__version__ = "1.8.69"
__version__ = "1.8.70"


class Statics:
Expand Down

0 comments on commit 55c7eb7

Please sign in to comment.