- commit
- 63230a4870bccd550fa8013e50291ea3c79e523f
- parent
- 394a7c5222db16f58209e5d7f5150c796223d12c
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-12-13 11:23
bump version to 0.3.0
Diffstat
| M | CHANGELOG.md | 9 | +++++++++ |
| M | project_stats.py | 2 | +- |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -1,3 +1,12 @@ -1 1 0.3.0 (2015-12-13) -1 2 ------------------ -1 3 -1 4 - fix github authentication -1 5 - drop support for gitorious. -1 6 - add support for gitlab -1 7 - add ``--version`` CLI flag -1 8 -1 9 1 10 0.2.1 (2015-04-21) 2 11 ------------------ 3 12
diff --git a/project_stats.py b/project_stats.py
@@ -22,7 +22,7 @@ try: 22 22 except ImportError: 23 23 Cheesecake = None 24 2425 -1 __version__ = '0.2.1'-1 25 __version__ = '0.3.0' 26 26 27 27 SOURCES = ['github', 'gitlab', 'local', 'pypi', 'bower', 'travis'] 28 28