Skip to content

Commit c86cd36

Browse files
committed
1.4.4: makefile: no longer install docs dependencies
1 parent f080cb8 commit c86cd36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fix:
1818

1919
install:
2020
pip install -U .[dev]
21-
pip install -U -r docs/requirements.txt
2221

2322
report:
2423
codecov

stock_pandas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
cumulators
2121
)
2222

23-
__version__ = '1.4.3'
23+
__version__ = '1.4.4'

0 commit comments

Comments
 (0)