project-stats

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

commit
60c7d7de3cd66e55bd74a41d6b11c39b9626c376
parent
8006c2669a96f6d0bae75c81c3f8ddab1248de9a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-04-09 19:45
bump version to 1.1.1

Diffstat

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

2 files changed, 8 insertions, 1 deletions


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

@@ -1,12 +1,19 @@
    1     1 Changelog
    2     2 =========
    3     3 
   -1     4 1.1.1 (2017-04-09)
   -1     5 ------------------
   -1     6 
   -1     7 -  depend on aiohttp<2
   -1     8 
   -1     9 
    4    10 1.1.0 (2017-04-09)
    5    11 ------------------
    6    12 
    7    13 -  fix unsafe yaml load
    8    14 -  add npm support
    9    15 
   -1    16 
   10    17 1.0.0 (2015-12-22)
   11    18 ------------------
   12    19 

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__ = '1.1.0'
   -1    21 __version__ = '1.1.1'
   22    22 
   23    23 SOURCES = ['github', 'gitlab', 'local', 'pypi', 'bower', 'npm', 'travis']
   24    24