We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f5bb9 commit 736c030Copy full SHA for 736c030
docs/CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+Version 0.19.0 (unreleased)
5
+---------------------------
6
+
7
8
Version 0.18.0 (2014-05-02)
9
---------------------------
10
setup.py
@@ -17,7 +17,7 @@ def read(filename):
17
18
setup(
19
name='fabtools',
20
- version='0.18.0',
+ version='0.19.0-dev',
21
description='Tools for writing awesome Fabric files',
22
long_description=read('README.rst') + '\n' + read('docs/CHANGELOG.rst'),
23
author='Ronan Amicel',
0 commit comments