Skip to content

Commit

Permalink
release 1.7.9 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 9, 2021
1 parent d883d51 commit 8615b3c
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.9 (2021-08-09)
### Fix
* Update stock symbols ([`d883d51`](https://github.com/portfolioplus/pytickersymbols/commit/d883d51a68ce65293e550dca34a86692b8dea004))

## v1.7.8 (2021-07-21)
### Fix
* Update stock symbols ([`abcc7d0`](https://github.com/portfolioplus/pytickersymbols/commit/abcc7d01f81b85f1e3428924999d21ca903ef2c0))
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.8"
__version__ = "1.7.9"


class Singleton(type):
Expand Down

0 comments on commit 8615b3c

Please sign in to comment.