Version bump to 0.1.3
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user