Skip to content

Commit

Permalink
release 1.7.22 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 24, 2021
1 parent 42690e5 commit a263879
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.22 (2021-09-24)
### Fix
* Added symbols to stocks ([`42690e5`](https://github.com/portfolioplus/pytickersymbols/commit/42690e592b1ca9b21b89e92f7e22f69c81786328))

## v1.7.21 (2021-09-23)
### Fix
* Added symbols to stocks ([`7dd50e0`](https://github.com/portfolioplus/pytickersymbols/commit/7dd50e0d5b39a41548f3c4295d83b0be98f75b69))
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.21"
__version__ = "1.7.22"


class Singleton(type):
Expand Down

0 comments on commit a263879

Please sign in to comment.