Skip to content

Commit

Permalink
release 1.8.75 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 22, 2022
1 parent 5b2f49e commit db0007e
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.75 (2022-04-22)
### Fix
* Added symbols to stocks ([`5b2f49e`](https://github.com/portfolioplus/pytickersymbols/commit/5b2f49ee937e527e536f9f67298be9e78720b64f))

## v1.8.74 (2022-04-15)
### Fix
* Added symbols to stocks ([`ee9e46b`](https://github.com/portfolioplus/pytickersymbols/commit/ee9e46bb460d18f9e553e61499b79e2a8402a725))
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.74"
__version__ = "1.8.75"


class Statics:
Expand Down

0 comments on commit db0007e

Please sign in to comment.