- commit
- fcb3a37a64fa51523fab58ba7b9343b2658fbda0
- parent
- 79e54ef0ef6b802c896115fccdf7df86893f0884
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-08-04 07:15
bump version to 2.0.0
Diffstat
| M | CHANGES.rst | 11 | +++++++++++ |
| M | project_stats.py | 2 | +- |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
@@ -1,6 +1,17 @@ 1 1 Changelog 2 2 ========= 3 3 -1 4 2.0.0 (2018-08-04) -1 5 ------------------ -1 6 -1 7 - remove support for bower -1 8 - add support for firefox addons -1 9 - use name instead of url for all services -1 10 - use token instead of password for github -1 11 - get license from github -1 12 - remove cache -1 13 -1 14 4 15 1.1.1 (2017-04-09) 5 16 ------------------ 6 17
diff --git a/project_stats.py b/project_stats.py
@@ -16,7 +16,7 @@ try: 16 16 except ImportError: 17 17 Cheesecake = None 18 1819 -1 __version__ = '1.1.1'-1 19 __version__ = '2.0.0' 20 20 21 21 SOURCES = ['github', 'gitlab', 'local', 'pypi', 'npm', 'travis', 'firefox'] 22 22