mirror of
https://github.com/certbot/certbot.git
synced 2025-08-08 04:02:10 +03:00
Bump version to 0.7.0
This commit is contained in:
@@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
|
|
||||||
|
|
||||||
version = '0.6.0'
|
version = '0.7.0.dev0'
|
||||||
|
|
||||||
# Please update tox.ini when modifying dependency version requirements
|
# Please update tox.ini when modifying dependency version requirements
|
||||||
install_requires = [
|
install_requires = [
|
||||||
|
@@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
|
|
||||||
|
|
||||||
version = '0.6.0'
|
version = '0.7.0.dev0'
|
||||||
|
|
||||||
# Please update tox.ini when modifying dependency version requirements
|
# Please update tox.ini when modifying dependency version requirements
|
||||||
install_requires = [
|
install_requires = [
|
||||||
|
@@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
|
|
||||||
|
|
||||||
version = '0.6.0'
|
version = '0.7.0.dev0'
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'certbot=={0}'.format(version),
|
'certbot=={0}'.format(version),
|
||||||
|
@@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
|
|
||||||
|
|
||||||
version = '0.6.0'
|
version = '0.7.0.dev0'
|
||||||
|
|
||||||
# Please update tox.ini when modifying dependency version requirements
|
# Please update tox.ini when modifying dependency version requirements
|
||||||
install_requires = [
|
install_requires = [
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
"""Certbot client."""
|
"""Certbot client."""
|
||||||
|
|
||||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||||
__version__ = '0.6.0'
|
__version__ = '0.7.0.dev0'
|
||||||
|
@@ -16,7 +16,7 @@ here = os.path.abspath(os.path.dirname(__file__))
|
|||||||
readme = read_file(os.path.join(here, 'README.rst'))
|
readme = read_file(os.path.join(here, 'README.rst'))
|
||||||
|
|
||||||
|
|
||||||
version = '0.6.0'
|
version = '0.7.0.dev0'
|
||||||
|
|
||||||
|
|
||||||
# This package is a simple shim around certbot-apache
|
# This package is a simple shim around certbot-apache
|
||||||
|
@@ -19,7 +19,7 @@ XDG_DATA_HOME=${XDG_DATA_HOME:-~/.local/share}
|
|||||||
VENV_NAME="letsencrypt"
|
VENV_NAME="letsencrypt"
|
||||||
VENV_PATH=${VENV_PATH:-"$XDG_DATA_HOME/$VENV_NAME"}
|
VENV_PATH=${VENV_PATH:-"$XDG_DATA_HOME/$VENV_NAME"}
|
||||||
VENV_BIN="$VENV_PATH/bin"
|
VENV_BIN="$VENV_PATH/bin"
|
||||||
LE_AUTO_VERSION="0.6.0"
|
LE_AUTO_VERSION="0.7.0.dev0"
|
||||||
BASENAME=$(basename $0)
|
BASENAME=$(basename $0)
|
||||||
USAGE="Usage: $BASENAME [OPTIONS]
|
USAGE="Usage: $BASENAME [OPTIONS]
|
||||||
A self-updating wrapper script for the Certbot ACME client. When run, updates
|
A self-updating wrapper script for the Certbot ACME client. When run, updates
|
||||||
|
@@ -16,7 +16,7 @@ here = os.path.abspath(os.path.dirname(__file__))
|
|||||||
readme = read_file(os.path.join(here, 'README.rst'))
|
readme = read_file(os.path.join(here, 'README.rst'))
|
||||||
|
|
||||||
|
|
||||||
version = '0.6.0'
|
version = '0.7.0.dev0'
|
||||||
|
|
||||||
|
|
||||||
# This package is a simple shim around certbot-nginx
|
# This package is a simple shim around certbot-nginx
|
||||||
|
@@ -20,7 +20,7 @@ readme = read_file(os.path.join(here, 'README.rst'))
|
|||||||
install_requires = ['certbot']
|
install_requires = ['certbot']
|
||||||
|
|
||||||
|
|
||||||
version = '0.6.0'
|
version = '0.7.0.dev0'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
@@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
|
|
||||||
|
|
||||||
version = '0.6.0'
|
version = '0.7.0.dev0'
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'setuptools', # pkg_resources
|
'setuptools', # pkg_resources
|
||||||
|
@@ -16,7 +16,7 @@ here = os.path.abspath(os.path.dirname(__file__))
|
|||||||
readme = read_file(os.path.join(here, 'README.rst'))
|
readme = read_file(os.path.join(here, 'README.rst'))
|
||||||
|
|
||||||
|
|
||||||
version = '0.6.0'
|
version = '0.7.0.dev0'
|
||||||
|
|
||||||
|
|
||||||
# This package is a simple shim around letshelp-certbot
|
# This package is a simple shim around letshelp-certbot
|
||||||
|
Reference in New Issue
Block a user