Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Warren committed Jan 15, 2016
1 parent b030341 commit e59fcf7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.2.0.dev0'
version = '0.2.0'

# Please update tox.ini when modifying dependency version requirements
install_requires = [
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.2.0.dev0'
version = '0.2.0'

# Please update tox.ini when modifying dependency version requirements
install_requires = [
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt-compatibility-test/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.2.0.dev0'
version = '0.2.0'

install_requires = [
'letsencrypt=={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.2.0.dev0'
version = '0.2.0'

# Please update tox.ini when modifying dependency version requirements
install_requires = [
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.2.0.dev0'
__version__ = '0.2.0'
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.2.0.dev0'
version = '0.2.0'

install_requires = [
'setuptools', # pkg_resources
Expand Down

0 comments on commit e59fcf7

Please sign in to comment.