Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsileo committed Jul 1, 2013
1 parent 11d505e commit b0c7aaf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
Dirtools Changelog
====================

0.1.0 (2013-06-17)
0.1.0 (2013-07-01)
==================

- First version, full featured.
- v0.1.0 on pypi.

0.0.0 (2013-06-17)
==================

- First version.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Dirtools is a little Python package aimed to provide the following features:
* Generate a hash for a directory tree in order to check if a directory has been modified.
* Search recursively for all subidirs containing a given filename (all projects directory inside a dir).

Installation
============

.. code-block::
$ pip install dirtools
Getting Started
===============
Expand Down

0 comments on commit b0c7aaf

Please sign in to comment.