Skip to content

Commit

Permalink
Build: bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jan 13, 2020
1 parent ed29c1d commit 5a42170
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Unreleased
==========

- Modify the use of `prefix`. Now we use `s3://bucket/a/b/` instead of `-p a/b/`
0.1.1 (2020-01-13)
==================

- Add directory experience. Treat object ends with a backslash as a directory.
- Modify the use of `prefix`. Now we use `s3://bucket/a/b/` instead of `-p a/b/`
- Fix download error for the object that contains forward-slash (#26)
- Add a choice of using HTTPS or HTTP to access buckets

0.1.0 (2019-10-01)
==================

Expand Down
2 changes: 1 addition & 1 deletion obs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 5a42170

Please sign in to comment.