Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed May 14, 2019
1 parent 683fa81 commit f202fd2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 2.0.0 - ~/~/2019
## 2.0.1 - 5/13/2019

- Cleaned up README
- Tweaked package naming in setup.py

## 2.0.0 - 5/13/2019

- The method for obtaining 13F filings has been split up into two methods: one for obtaining 13F-NT filings and another one for obtaining 13F-HR filings.
- You can read about the differences [here](https://www.sec.gov/divisions/investment/13ffaq.htm).
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="sec-edgar-downloader",
version="2.0.0",
version="2.0.1",
license="MIT",
author="Jad Chaar",
author_email="[email protected]",
Expand All @@ -19,7 +19,7 @@
install_requires=["beautifulsoup4", "lxml", "requests"],
python_requires=">=3.6",
classifiers=[
"Development Status :: 5 - Production/Stable"
"Development Status :: 5 - Production/Stable",

"Intended Audience :: Developers",
"Natural Language :: English",
Expand All @@ -29,7 +29,7 @@

"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X"
"Operating System :: MacOS :: MacOS X",

"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit f202fd2

Please sign in to comment.