Skip to content

Commit

Permalink
release 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 16, 2020
1 parent 2c171ba commit 937d931
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.4.0 (2020-12-16)
### Feature
* Get all stocks getter ([#58](https://github.com/portfolioplus/pytickersymbols/pull/58)) ([`2c171ba`](https://github.com/portfolioplus/pytickersymbols/commit/2c171ba0a04d39ba0d19bf9bb06aab0d5fc10471))

## v1.3.0 (2020-11-26)
### Feature
* Load external (#51) ([`8c9cdb1`](https://github.com/portfolioplus/pytickersymbols/commit/8c9cdb1e755f79206876c6138e508452a29f46f5))
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.3.0"
__version__ = "1.4.0"


class Singleton(type):
Expand Down

0 comments on commit 937d931

Please sign in to comment.