project-stats

keep track of your projects
git clone https://git.ce9e.org/project-stats.git

commit
8970b2407f06217800317bd98bcd4d9ebeedde40
parent
143dc0c0e485f9f57b13885e36a47713b359394c
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-04-21 21:33
bump version to 0.2.1

Diffstat

M CHANGELOG.md 6 ++++++
M setup.py 2 +-

2 files changed, 7 insertions, 1 deletions


diff --git a/CHANGELOG.md b/CHANGELOG.md

@@ -1,3 +1,9 @@
   -1     1 0.2.1 (2015-04-21)
   -1     2 ------------------
   -1     3 
   -1     4 -	fail on inidividual sources, not whole projects
   -1     5 
   -1     6 
    1     7 0.2.0 (2015-04-16)
    2     8 ------------------
    3     9 

diff --git a/setup.py b/setup.py

@@ -3,7 +3,7 @@ from setuptools import setup
    3     3 
    4     4 setup(
    5     5     name='project-stats',
    6    -1     version='0.2.0',
   -1     6     version='0.2.1',
    7     7     description='keep track of all your projects',
    8     8     long_description=open('README.rst').read(),
    9     9     url='https://github.com/xi/project-stats',