From f202fd2a6351d4570450aeb7d9fca92b4313ee9e Mon Sep 17 00:00:00 2001 From: Jad Chaar Date: Mon, 13 May 2019 23:03:57 -0400 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 7 ++++++- setup.py | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1c663..e631d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/setup.py b/setup.py index a407034..19d3e16 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="sec-edgar-downloader", - version="2.0.0", + version="2.0.1", license="MIT", author="Jad Chaar", author_email="jad.chaar@gmail.com", @@ -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", @@ -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",