Commit 203a32fc authored by Rafael Monnerat's avatar Rafael Monnerat

Release slapos.cookbook as 1.0.85

   The version 1.0.84 was used by an existing tag on the
   version control, so it would be inconsistent to use this
   version number.
parent 0f90ad7a
Changes
=======
1.0.84 (2018-12-28)
1.0.85 (2018-12-28)
-----------------------
* Drop ``slapos.recipe:xvfb``, use simple ``slapos.recipe:wrapper`` instead.
......
......@@ -28,7 +28,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '1.0.84'
version = '1.0.85'
name = 'slapos.cookbook'
long_description = open("README.rst").read() + "\n" + \
open("CHANGES.rst").read() + "\n"
......
......@@ -134,7 +134,7 @@ pyparsing = 2.2.0
pytz = 2016.10
requests = 2.13.0
six = 1.11.0
slapos.cookbook = 1.0.84
slapos.cookbook = 1.0.85
slapos.core = 1.4.15
slapos.extension.strip = 0.4
slapos.extension.shared = 1.0
......@@ -210,7 +210,7 @@ pyrsistent = 0.14.5
ipaddress = 1.0.18
# Required by:
# slapos.cookbook==1.0.84
# slapos.cookbook==1.0.85
jsonschema = 3.0.0a3
# Required by:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment