Skip to content

Commit 03d8e92

Browse files
authored
Merge pull request #94 from HewlettPackard/release/1.1.0
Updated docs for new release
2 parents 2a0129e + c080c4b commit 03d8e92

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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>

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 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 ---------------------------------------------------

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
from setuptools import setup
1919

2020
setup(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',

simplivity/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__title__ = 'simplivity'
2+
__version__ = '1.1.0'
13

24
from simplivity.connection import *
35
from simplivity.exceptions import *

0 commit comments

Comments
 (0)