Version bump to 0.1.3

This commit is contained in:
corey.hammerton
2016-03-21 20:31:45 -04:00
parent c13389cc3e
commit c80da7192d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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