Skip to content

Commit

Permalink
release 1.8.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 6, 2021
1 parent 174f568 commit 3d61af8
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.2 (2021-10-06)
### Fix
* Added symbols to stocks ([`174f568`](https://github.com/portfolioplus/pytickersymbols/commit/174f568105cb0c648b6735c2550cf813d3c64fc2))

## v1.8.1 (2021-10-05)
### Fix
* Fixed symbol getter ([`50414c8`](https://github.com/portfolioplus/pytickersymbols/commit/50414c86ea198e24812963364a1534ed3b30faf6))
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.1"
__version__ = "1.8.2"


class Statics:
Expand Down

0 comments on commit 3d61af8

Please sign in to comment.