project-stats

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

commit
664a966262c8af5c2168d2a7b67eb246429f9bab
parent
32cbc3e8c5917dbd80395d93bde96e4ca0ff884d
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-12-22 17:09
bump version to 1.0.0

Diffstat

M CHANGES.rst 9 +++++++++
M project_stats.py 2 +-

2 files changed, 10 insertions, 1 deletions


diff --git a/CHANGES.rst b/CHANGES.rst

@@ -1,6 +1,15 @@
    1     1 Changelog
    2     2 =========
    3     3 
   -1     4 1.0.0 (2015-12-22)
   -1     5 ------------------
   -1     6 
   -1     7 -  drop support for python2
   -1     8 -  use aiohttp instead of urllib
   -1     9 -  use asyncio instead of multiprocessing
   -1    10 -  use rediscache instead of filecachetools
   -1    11 
   -1    12 
    4    13 0.3.0 (2015-12-13)
    5    14 ------------------
    6    15 

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

@@ -18,7 +18,7 @@ try:
   18    18 except ImportError:
   19    19     Cheesecake = None
   20    20 
   21    -1 __version__ = '0.3.0'
   -1    21 __version__ = '1.0.0'
   22    22 
   23    23 SOURCES = ['github', 'gitlab', 'local', 'pypi', 'bower', 'travis']
   24    24