Skip to content

Commit

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

## v1.7.31 (2021-10-02)
### Fix
* Added symbols to stocks ([`d9f229f`](https://github.com/portfolioplus/pytickersymbols/commit/d9f229feb4fb630e64d5e36221205d047fc789b1))
Expand Down
2 changes: 1 addition & 1 deletion src/pytickersymbols/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import yaml
from weakref import WeakValueDictionary

__version__ = "1.7.31"
__version__ = "1.7.32"


class Singleton(type):
Expand Down

0 comments on commit fb84561

Please sign in to comment.