Skip to content

Commit

Permalink
release 1.7.13 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 7, 2021
1 parent b65d681 commit 542cf9f
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.13 (2021-09-07)
### Fix
* Added symbols to stocks ([`b65d681`](https://github.com/portfolioplus/pytickersymbols/commit/b65d681721fb2ef40f579cdb5d1415df7924c896))

## v1.7.12 (2021-09-03)
### Fix
* Added symbols to stocks ([`bb4212a`](https://github.com/portfolioplus/pytickersymbols/commit/bb4212af48efc3565a68cde7c69e662cc7faa56d))
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.12"
__version__ = "1.7.13"


class Singleton(type):
Expand Down

0 comments on commit 542cf9f

Please sign in to comment.