Commit bc319112 authored by Xavier Thompson's avatar Xavier Thompson

[dev] Change local versions to +slapos008

See merge request !39
See merge request !40
See merge request !38

- Fixup "[feat] zc.recipe.egg: Support on the fly patches."
- Revert "[fix] Use requirement.key for index lookup"
- Fixup "[wkrd] Workaround package index after PEP 625"
- Fixup "[feat] Allow to rewrite url before download using netrc..."
parent 6c42c179
......@@ -12,7 +12,7 @@
#
##############################################################################
name = "zc.buildout"
version = '3.0.1+slapos007'
version = '3.0.1+slapos008'
import os
from setuptools import setup
......
......@@ -14,7 +14,7 @@
"""Setup for zc.recipe.egg package
"""
version = '2.0.8.dev0+slapos007'
version = '2.0.8.dev0+slapos008'
import os
from setuptools import setup, find_packages
......
  • I just released those version following PEP 625. Let me know if this is a problem and we should go back to previous file names. I think the only problem is old buildout won't be able to find the sources of the new buildout...

    /cc @jerome @xavier_thompson

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