Skip to content

Commit

Permalink
Bump to 1.0.0 (#43)
Browse files Browse the repository at this point in the history
* bump dependancies, add py37

* changelog
  • Loading branch information
willmcgugan authored Aug 17, 2018
1 parent 1760516 commit 1ab3dbd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [1.0.0] - 2018-08-17

### Changed

- Version number to advertise stable API

## [0.1.9] - 2018-06-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion fs_s3fs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.9"
__version__ = "1.0.0"
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: System :: Filesystems',
]

with open('README.rst', 'rt') as f:
DESCRIPTION = f.read()

REQUIREMENTS = [
"boto3~=1.4",
"fs~=2.0.18",
"boto3~=1.7",
"fs~=2.1",
"six~=1.10"
]

Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ sitepackages = False

[testenv]
deps = nose
boto3==1.4.0
fs==2.0.12
boto3==1.7.64
fs==2.1.0

passenv = *
#changedir=.tox
commands = nosetests fs_s3fs/tests -v \
[]
Expand Down

0 comments on commit 1ab3dbd

Please sign in to comment.