Skip to content

Commit

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

## v1.8.65 (2022-03-30)
### Fix
* Added symbols to stocks ([`e15354c`](https://github.com/portfolioplus/pytickersymbols/commit/e15354c6606d8a8f08e43033e51fc70b03631c60))
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.65"
__version__ = "1.8.66"


class Statics:
Expand Down

0 comments on commit 1f2f608

Please sign in to comment.