Skip to content

Commit

Permalink
release 1.8.58 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 22, 2022
1 parent 022cd62 commit d946985
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.58 (2022-03-22)
### Fix
* Added symbols to stocks ([`022cd62`](https://github.com/portfolioplus/pytickersymbols/commit/022cd6250056ddcae5449bfc1e6c4779560140ef))

## v1.8.57 (2022-03-21)
### Fix
* Added symbols to stocks ([`0ff48eb`](https://github.com/portfolioplus/pytickersymbols/commit/0ff48eb87a682df88687e005c676563aafa9afbc))
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.57"
__version__ = "1.8.58"


class Statics:
Expand Down

0 comments on commit d946985

Please sign in to comment.