Commit 06fd87df authored by Jérome Perrin's avatar Jérome Perrin

Release slapos.cookbook (1.0.365)

parent 4e444f9e
......@@ -28,7 +28,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '1.0.360'
version = '1.0.365'
name = 'slapos.cookbook'
long_description = open("README.rst").read()
......
  • When I ran python setup.py sdist, I had a recent setuptools and this created dist/slapos_cookbook-1.0.365.tar.gz, I did not check but we might still have the problem from https://github.com/buildout/buildout/issues/647 ( @xavier_thompson do you know ? ), so I did it again with an older version of setuptools and uploaded an old style dist/slapos-cookbook-1.0.365.tar.gz ( with - not _ as separator )

  • A fix for this was merged in slapos.buildout!32 (merged), but slapos still pinned zc.buildout = 3.0.1+slapos002 until slapos!1602 merged two days ago.

  • Thanks, so we generally don't need to worry about this, it will very soon be solved

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