Skip to content

Commit

Permalink
release 1.7.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 9, 2021
1 parent ab39dbf commit dbeb6c9
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.2 (2021-06-09)
### Fix
* Added wiki name for wdp ([`ab39dbf`](https://github.com/portfolioplus/pytickersymbols/commit/ab39dbfdd2af4a6c92126410c1765669e67aa562))

## v1.7.1 (2021-06-08)
### Fix
* Removed duplicate IMCD ([`9083ab5`](https://github.com/portfolioplus/pytickersymbols/commit/9083ab5c47016227482eb829403565f2d1598d40))
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.1"
__version__ = "1.7.2"


class Singleton(type):
Expand Down

0 comments on commit dbeb6c9

Please sign in to comment.