Skip to content

Commit

Permalink
release 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 5, 2021
1 parent 3b3eb39 commit e91e70b
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.0 (2021-10-05)
### Feature
* Ticker getter added for all indices and exchanges ([`3b3eb39`](https://github.com/portfolioplus/pytickersymbols/commit/3b3eb39340e8d81a277dfc6891cd93a387fdba77))

## v1.7.34 (2021-10-05)
### Fix
* Added symbols to stocks ([`f1c18bd`](https://github.com/portfolioplus/pytickersymbols/commit/f1c18bd3da710f0a78f4c44f51668f0c9cccd441))
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.7.34"
__version__ = "1.8.0"


class Statics:
Expand Down

0 comments on commit e91e70b

Please sign in to comment.