Skip to content

Commit

Permalink
release 1.8.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 29, 2021
1 parent 717ac9c commit f3742a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.8.15 (2021-10-29)
### Fix
* Added symbols to stocks ([`717ac9c`](https://github.com/portfolioplus/pytickersymbols/commit/717ac9c02a7ee804202f4257f7bf2352530f0569))

## v1.8.14 (2021-10-26)
### Fix
* Added symbols to stocks ([`85f7ebd`](https://github.com/portfolioplus/pytickersymbols/commit/85f7ebd7fa66b44abc88ab22e5821b3b65e536aa))
Expand Down
2 changes: 1 addition & 1 deletion src/pytickersymbols/__init__.py
Expand Up @@ -11,7 +11,7 @@
from weakref import WeakValueDictionary
import itertools

__version__ = "1.8.14"
__version__ = "1.8.15"


class Statics:
Expand Down

0 comments on commit f3742a6

Please sign in to comment.