Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
urda committed Jan 8, 2017
2 parents fb9bb46 + ebeedb2 commit 86c78e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# django-letsencrypt CHANGELOG

## v1.0.5

- Internal Changes
- Start using `--sign`, such as: `python setup.py sdist upload --sign -r pypi`

## v1.0.4

- Bump YEAR in LICENSE
Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
limitations under the License.
"""

__version__ = '1.0.4'
__version__ = '1.0.5'

default_app_config = 'letsencrypt.apps.LetsEncryptConfig'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='django-letsencrypt',
version='1.0.4',
version='1.0.5',
packages=['letsencrypt'],
include_package_data=True,
license='Apache License, Version 2.0',
Expand Down

0 comments on commit 86c78e5

Please sign in to comment.