Skip to content

Commit

Permalink
release 1.8.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 16, 2021
1 parent e937654 commit 9803456
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.8 (2021-10-16)
### Fix
* Added symbols to stocks ([`e937654`](https://github.com/portfolioplus/pytickersymbols/commit/e937654b26d886a810c8234602a9bb16550784da))

## v1.8.7 (2021-10-15)
### Fix
* Added symbols to stocks ([`c95dae5`](https://github.com/portfolioplus/pytickersymbols/commit/c95dae561b719d980bfc4c5d2fb1b08b966de287))
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.7"
__version__ = "1.8.8"


class Statics:
Expand Down

0 comments on commit 9803456

Please sign in to comment.