Skip to content

Commit

Permalink
release 1.8.48 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 15, 2022
1 parent eb7dc15 commit 43d4271
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.48 (2022-01-15)
### Fix
* Added symbols to stocks ([`eb7dc15`](https://github.com/portfolioplus/pytickersymbols/commit/eb7dc1593815a5bbbfa18ba725f3cc07c5eea7f5))

## v1.8.47 (2022-01-08)
### Fix
* Added symbols to stocks ([`e9eb4de`](https://github.com/portfolioplus/pytickersymbols/commit/e9eb4de87ecbd44dcfbe2472a9ced08699052437))
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.47"
__version__ = "1.8.48"


class Statics:
Expand Down

0 comments on commit 43d4271

Please sign in to comment.