Skip to content

Commit

Permalink
release 1.8.73 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 12, 2022
1 parent 6673db0 commit 09f1f57
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.73 (2022-04-12)
### Fix
* Added symbols to stocks ([`6673db0`](https://github.com/portfolioplus/pytickersymbols/commit/6673db05706c62e4f2c9dddd086e2d3c321acee8))

## v1.8.72 (2022-04-10)
### Fix
* Added symbols to stocks ([`1d3e13c`](https://github.com/portfolioplus/pytickersymbols/commit/1d3e13c7755b00edc2acd841fd8c6386d090736e))
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.72"
__version__ = "1.8.73"


class Statics:
Expand Down

0 comments on commit 09f1f57

Please sign in to comment.