mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 03:54:18 +01:00
[metadata] Remove mentions of old Tiingo versions and old Python versions #601
This commit is contained in:
@@ -4,7 +4,7 @@ History
|
||||
0.15.0 (2021-XX - Unreleased)
|
||||
--------------------------------
|
||||
|
||||
0.14.0 (2021-03-06 - Unreleased)
|
||||
0.14.0 (2021-03-06)
|
||||
--------------------------------
|
||||
* Feature: Added 3 new methods for fundamentals-endpoint: definitions, daily and statements
|
||||
* [/news] Fix bug in get_news() when sources list is empty (#566)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.3.1
|
||||
current_version = 0.14.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
@@ -15,4 +15,3 @@ exclude = docs
|
||||
|
||||
[aliases]
|
||||
test = pytest
|
||||
|
||||
|
||||
4
setup.py
4
setup.py
@@ -68,12 +68,10 @@ setup(
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Natural Language :: English',
|
||||
'Topic :: Office/Business :: Financial :: Investment',
|
||||
"Programming Language :: Python :: 2",
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
],
|
||||
test_suite='tests',
|
||||
tests_require=test_requirements,
|
||||
|
||||
Reference in New Issue
Block a user