Skip to content

Commit

Permalink
release 1.8.44 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 25, 2021
1 parent 10b194a commit 7e6bf4c
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.44 (2021-12-25)
### Fix
* Added symbols to stocks ([`10b194a`](https://github.com/portfolioplus/pytickersymbols/commit/10b194ac61ac7252a7f7262708f8f900cb08f67b))

## v1.8.43 (2021-12-19)
### Fix
* Added symbols to stocks ([`273c56c`](https://github.com/portfolioplus/pytickersymbols/commit/273c56c04db0c069aa5024c6ba936ed6158ede25))
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.43"
__version__ = "1.8.44"


class Statics:
Expand Down

0 comments on commit 7e6bf4c

Please sign in to comment.