Skip to content

Commit

Permalink
Make os version less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-s committed May 4, 2016
1 parent 26049d8 commit 9deb176
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion serverdensity/__init__.py
Expand Up @@ -3,6 +3,6 @@

__author__ = 'Jonathan Sundqvist'
__email__ = 'hello@serverdensity.com'
__version__ = '0.1.31'
__version__ = '0.1.32'


6 changes: 2 additions & 4 deletions serverdensity/wrapper/schema/devices.json
Expand Up @@ -24,12 +24,10 @@
"type": "object",
"properties": {
"code": {
"type": "string",
"enum": ["mac", "linux", "windows", "freebsd"]
"type": "string"
},
"name": {
"type": "string",
"enum": ["Mac", "Linux", "Windows", "FreeBSD"]
"type": "string"
}
},
"additionalProperties": false
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@

setup(
name='sd-python-wrapper',
version='0.1.31',
version='0.1.32',
description="A python wrapper for the Server Density Api",
long_description=readme + '\n\n', # + history,
author="Jonathan Sundqvist",
Expand Down

0 comments on commit 9deb176

Please sign in to comment.