Skip to content

Commit 7670b23

Browse files
committed
added changelog and git tag v0.0.1
1 parent 9973ba0 commit 7670b23

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [0.0.1] - 2019-09-22
5+
### Added
6+
- Added Multi-threaded downloading
7+
- Added Caching of index files
8+
- Added Automatic directory structure buildout (i.e. downloading multiple file types w/dir structure: ftype --> year --> quarter --> files)
9+
- Added Resume downloading
10+
- Added Built in logging and download success tracker
11+
- Added README, CHANGELOG, CONTRIBUTE
12+
13+
[0.0.1]: https://github.com/datawrestler/sec-utils/releases/tag/v0.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name="secutils",
88
version="0.0.1",
9-
author="Jason Lewris",
9+
author="Jason Lewris, Steve To, Tyler Lewris",
1010
author_email="[email protected]",
1111
description="Download SEC files in bulk",
1212
long_description=long_description,

0 commit comments

Comments
 (0)