- commit
- 869e7766a9a89773db66b8f01bec3ec51b02c534
- parent
- d73280dc1d4291495444fcd760853877718a2ebe
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2017-04-09 19:15
bump version to 1.1.0
Diffstat
| M | CHANGES.rst | 6 | ++++++ |
| M | project_stats.py | 2 | +- |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
@@ -1,6 +1,12 @@ 1 1 Changelog 2 2 ========= 3 3 -1 4 1.1.0 (2017-04-09) -1 5 ------------------ -1 6 -1 7 - fix unsafe yaml load -1 8 - add npm support -1 9 4 10 1.0.0 (2015-12-22) 5 11 ------------------ 6 12
diff --git a/project_stats.py b/project_stats.py
@@ -18,7 +18,7 @@ try: 18 18 except ImportError: 19 19 Cheesecake = None 20 2021 -1 __version__ = '1.0.0'-1 21 __version__ = '1.1.0' 22 22 23 23 SOURCES = ['github', 'gitlab', 'local', 'pypi', 'bower', 'npm', 'travis'] 24 24