Skip to content

Commit

Permalink
release 1.8.77 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 27, 2022
1 parent 29b0b7d commit 1356dcc
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.77 (2022-04-27)
### Fix
* Added symbols to stocks ([`29b0b7d`](https://github.com/portfolioplus/pytickersymbols/commit/29b0b7d2fc27aee35daf7897ef15ec2ec65b300d))

## v1.8.76 (2022-04-25)
### Fix
* Added symbols to stocks ([`fdeb2fc`](https://github.com/portfolioplus/pytickersymbols/commit/fdeb2fc918e9cc5df09858334dcc0086abdeb50b))
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.76"
__version__ = "1.8.77"


class Statics:
Expand Down

0 comments on commit 1356dcc

Please sign in to comment.