File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ v1.1.0 ] - 2020-09-28
99
1010### Added
1111 - endpoint support for /backups/delete <POST>
Original file line number Diff line number Diff line change 2424author = u'Hewlett Packard Enterprise'
2525
2626# The short X.Y version
27- version = u'1.0 .0'
27+ version = u'1.1 .0'
2828# The full version, including alpha/beta/rc tags
29- release = u'v1.0 .0'
29+ release = u'v1.1 .0'
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1818from setuptools import setup
1919
2020setup (name = 'simplivity' ,
21- version = '1.0 .0' ,
21+ version = '1.1 .0' ,
2222 description = 'HPE SimpliVity Python Library' ,
2323 url = 'https://github.com/HewlettPackard/simplivity-python' ,
24- download_url = "https://github.com/HewlettPackard/simplivity-python/tarball/v1.0 .0" ,
24+ download_url = "https://github.com/HewlettPackard/simplivity-python/tarball/v1.1 .0" ,
2525 author = 'Hewlett Packard Enterprise Development LP' ,
2626 author_email = 'simplivity-pythonsdk@hpe.com' ,
2727 license = 'Apache' ,
Original file line number Diff line number Diff line change 1+ __title__ = 'simplivity'
2+ __version__ = '1.1.0'
13
24from simplivity .connection import *
35from simplivity .exceptions import *
You can’t perform that action at this time.
0 commit comments