diff --git a/CHANGES.txt b/CHANGES.txt index 1acf731..e7163bf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,17 @@ -v0.1 ----- +0.2.1 +------ + +Fix README + +0.2 +------ + +Update README + +0.1 +------ Initial version: - query using simple questions - - query with optional stackoverflow tags diff --git a/README.rst b/README.rst index 30faf8f..1d37a5a 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,4 @@ +===================================== HowTo - StackOverflow Code Search Tool ===================================== @@ -6,24 +7,20 @@ Quick code answers from StackOverflow API. Just ask a question with an optional tag parameter to get quick code answers. Installation ------------- - -Using pypi repository +============ -:: +Using pypi repository:: - pip install howto + $> pip install howto -Forking this repo - -:: +Forking this repo:: - python setup.py install + $> python setup.py install Usage ------ +===== :: - ./howto 'filter dicts' -t python + $> ./howto 'filter dicts' -t python diff --git a/howto/__init__.py b/howto/__init__.py index 11d27f8..fc79d63 100644 --- a/howto/__init__.py +++ b/howto/__init__.py @@ -1 +1 @@ -__version__ = '0.1' +__version__ = '0.2.1'