Merge pull request #374 from mterzo/release_0.2.2

Prepare for release 0.2.2
This commit is contained in:
Mike Terzo
2017-03-20 13:59:12 -04:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ Changelog
This is the changelog for Puppetboard.
0.2.2
=====
* Ensure Werkzeug <= 0.11.5
0.2.1
=====

View File

@@ -87,7 +87,7 @@
{% endfor %}
</div>
</div>
<div class="item right"><a href="https://github.com/voxpupuli/puppetboard" target="_blank">v0.2.1</a></div>
<div class="item right"><a href="https://github.com/voxpupuli/puppetboard" target="_blank">v0.2.2</a></div>
</div>
<div class="ui grid padding-bottom">
<div class="one wide column"></div>

View File

@@ -9,7 +9,7 @@ if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
sys.exit()
VERSION = "0.2.1"
VERSION = "0.2.2"
with codecs.open('README.rst', encoding='utf-8') as f:
README = f.read()