Skip to content

Commit

Permalink
Tag for 1.0.0rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alfpark committed Oct 5, 2017
1 parent 7bbdfba commit dffaddf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

## [1.0.0rc1] - 2017-10-05
### Added
- Expanded `blobxfer.api` to eliminate other imports
- Data movement library usage guide
Expand All @@ -11,6 +12,7 @@ the `-v` verbose option
### Changed
- `version` property for YAML configuration is now required
- `--rename` is automatically enabled for when `stdin` is the source
- `--include` and `--exclude` filters are now checked for invalid rglob specs
- Update dependencies to latest

### Fixed
Expand Down Expand Up @@ -266,7 +268,8 @@ usage documentation carefully when upgrading from 0.12.1.
`--no-skiponmatch`.
- 0.8.2: performance regression fixes

[Unreleased]: https://github.com/Azure/blobxfer/compare/1.0.0b2...HEAD
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.0.0rc1...HEAD
[1.0.0rc1]: https://github.com/Azure/blobxfer/compare/1.0.0b2...1.0.0rc1
[1.0.0b2]: https://github.com/Azure/blobxfer/compare/1.0.0b1...1.0.0b2
[1.0.0b1]: https://github.com/Azure/blobxfer/compare/1.0.0a5...1.0.0b1
[1.0.0a5]: https://github.com/Azure/blobxfer/compare/1.0.0a4...1.0.0a5
Expand Down
2 changes: 1 addition & 1 deletion blobxfer/version.py
Expand Up @@ -22,4 +22,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = '1.0.0b2'
__version__ = '1.0.0rc1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -52,7 +52,7 @@
version=version,
author='Microsoft Corporation',
author_email='',
description='Azure storage transfer tool and library',
description='Azure storage transfer tool and data movement library',
platforms='any',
url='https://github.com/Azure/blobxfer',
license='MIT',
Expand Down

0 comments on commit dffaddf

Please sign in to comment.