Skip to content

Commit

Permalink
release 1.8.63 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 28, 2022
1 parent b583220 commit 8e32c57
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.63 (2022-03-28)
### Fix
* Added symbols to stocks ([`b583220`](https://github.com/portfolioplus/pytickersymbols/commit/b5832209445b40eba2ef893a559481ff41cead04))

## v1.8.62 (2022-03-26)
### Fix
* Added symbols to stocks ([`036fa88`](https://github.com/portfolioplus/pytickersymbols/commit/036fa88747923a9df9a25c11d56d1406a0d09761))
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.62"
__version__ = "1.8.63"


class Statics:
Expand Down

0 comments on commit 8e32c57

Please sign in to comment.