Skip to content

Commit

Permalink
Release 0.0.0.dev20151021
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba committed Oct 21, 2015
1 parent f9bbb0b commit 15ea472
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion acme/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages


version = '0.1.0.dev0'
version = '0.0.0.dev20151021'

install_requires = [
# load_pem_private/public_key (>=0.6)
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt-apache/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages


version = '0.1.0.dev0'
version = '0.0.0.dev20151021'

install_requires = [
'acme=={0}'.format(version),
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt-nginx/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages


version = '0.1.0.dev0'
version = '0.0.0.dev20151021'

install_requires = [
'acme=={0}'.format(version),
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Let's Encrypt client."""

# version number like 1.2.3a0, must have at least 2 parts, like 1.2
__version__ = '0.1.0.dev0'
__version__ = '0.0.0.dev20151021'
2 changes: 1 addition & 1 deletion letshelp-letsencrypt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages


version = '0.1.0.dev0'
version = '0.0.0.dev20151021'

install_requires = [
'setuptools', # pkg_resources
Expand Down

0 comments on commit 15ea472

Please sign in to comment.