Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
obensonne committed Oct 5, 2011
1 parent c1d5adf commit fed85af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ When done, the following scripts can be found in the ``bin/`` directory:
Changes
-------------------------------------------------------------------------------

Version 0.1.1 (in development)
Version 0.1.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Improved documentation.
Expand Down
4 changes: 2 additions & 2 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ def release(version):

release_check(version)

local("rm -r %s" % os.path.join(ROOT, "build"))
local("rm -r %s" % os.path.join(ROOT, "dist"))
local("rm -rf %s" % os.path.join(ROOT, "build"))
local("rm -rf %s" % os.path.join(ROOT, "dist"))

local("bin/buildout setup %s clean build sdist" % ROOT) # test build

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()

version = '0.1'
version = '0.1.1'

install_requires = [
'markdown', 'argparse',
Expand Down

0 comments on commit fed85af

Please sign in to comment.