Skip to content

Commit

Permalink
release 1.8.50 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 21, 2022
1 parent 0475d5e commit 10636a6
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.50 (2022-01-21)
### Fix
* Added symbols to stocks ([`0475d5e`](https://github.com/portfolioplus/pytickersymbols/commit/0475d5e9d0c4d7d012504ffbbcc0d741c9e6144c))

## v1.8.49 (2022-01-18)
### Fix
* Added symbols to stocks ([`6775894`](https://github.com/portfolioplus/pytickersymbols/commit/6775894ac9d1a4b23ad2290f9c5946bdf342fd9d))
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.49"
__version__ = "1.8.50"


class Statics:
Expand Down

0 comments on commit 10636a6

Please sign in to comment.