File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+
8
+ ## [ 1.0.0] - 2018-08-17
9
+
10
+ ### Changed
11
+
12
+ - Version number to advertise stable API
13
+
7
14
## [ 0.1.9] - 2018-06-24
8
15
9
16
### Added
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.9 "
1
+ __version__ = "1.0.0 "
Original file line number Diff line number Diff line change 16
16
'Programming Language :: Python :: 3.4' ,
17
17
'Programming Language :: Python :: 3.5' ,
18
18
'Programming Language :: Python :: 3.6' ,
19
+ 'Programming Language :: Python :: 3.7' ,
19
20
'Topic :: System :: Filesystems' ,
20
21
]
21
22
22
23
with open ('README.rst' , 'rt' ) as f :
23
24
DESCRIPTION = f .read ()
24
25
25
26
REQUIREMENTS = [
26
- "boto3~=1.4 " ,
27
- "fs~=2.0.18 " ,
27
+ "boto3~=1.7 " ,
28
+ "fs~=2.1 " ,
28
29
"six~=1.10"
29
30
]
30
31
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ sitepackages = False
4
4
5
5
[testenv]
6
6
deps = nose
7
- boto3 ==1.4.0
8
- fs ==2.0.12
7
+ boto3 ==1.7.64
8
+ fs ==2.1.0
9
9
10
+ passenv = *
10
11
# changedir=.tox
11
12
commands = nosetests fs_s3fs/tests -v \
12
13
[]
You can’t perform that action at this time.
0 commit comments