Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 2, 2019
1 parent e034f3d commit 74fd083
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
*******

0.4.0 (2019-05-02)
==================

* Fixed certificate generation on Python 3.x (#12).

0.3.7 (2018-02-07)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

name = 'birdhousebuilder.recipe.nginx'

version = '0.3.7'
version = '0.4.0'
description = 'A Buildout recipe to install and configure Nginx with conda.'
long_description = (
open('README.rst').read() + '\n' +
Expand Down

0 comments on commit 74fd083

Please sign in to comment.