Skip to content

Commit

Permalink
release 1.8.42 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2021
1 parent f343b3d commit 141c4ef
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.42 (2021-12-18)
### Fix
* Added symbols to stocks ([`f343b3d`](https://github.com/portfolioplus/pytickersymbols/commit/f343b3df21856286cc60f2ee8312a85e732fb587))

## v1.8.41 (2021-12-17)
### Fix
* Added symbols to stocks ([`f0be9e2`](https://github.com/portfolioplus/pytickersymbols/commit/f0be9e26ed6d1d51a19ccd369ecb65a8484ed46e))
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.41"
__version__ = "1.8.42"


class Statics:
Expand Down

0 comments on commit 141c4ef

Please sign in to comment.