Skip to content

Commit 4a471c6

Browse files
gfyoungjreback
authored andcommitted
DOC: Add doc for v0.4.0 (#314)
1 parent be9ab85 commit 4a471c6

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

docs/source/whatsnew/v0.4.0.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. _whatsnew_040:
2+
3+
v0.4.0 (???)
4+
-------------------------
5+
6+
This is a major release from 0.3.0 and includes new features and a number of bug fixes.
7+
8+
Highlights include:
9+
10+
.. contents:: What's new in v0.4.0
11+
:local:
12+
:backlinks: none
13+
14+
.. _whatsnew_040.enhancements:
15+
16+
New features
17+
~~~~~~~~~~~~
18+
19+
Other enhancements
20+
^^^^^^^^^^^^^^^^^^
21+
22+
.. _whatsnew_040.bug_fixes:
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
.. _whatsnew_040.api_breaking:
28+
29+
Backwards incompatible API changes
30+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31+
- Support has been dropped for Python 2.6 and 3.4 (:issue:`313`)
32+
- Support has been dropped for `pandas` versions before 0.17.0 (:issue:`313`)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def readme():
2424
return f.read()
2525

2626
INSTALL_REQUIRES = (
27-
['pandas', 'requests>=2.3.0', 'requests-file', 'requests-ftp']
27+
['pandas>=0.17.0', 'requests>=2.3.0', 'requests-file', 'requests-ftp']
2828
)
2929

3030
setup(
@@ -47,8 +47,8 @@ def readme():
4747
'Programming Language :: Python :: 2',
4848
'Programming Language :: Python :: 2.7',
4949
'Programming Language :: Python :: 3',
50-
'Programming Language :: Python :: 3.4',
5150
'Programming Language :: Python :: 3.5',
51+
'Programming Language :: Python :: 3.6',
5252
'Topic :: Scientific/Engineering',
5353
],
5454
keywords='data',

0 commit comments

Comments
 (0)