diff --git a/CHANGELOG.md b/CHANGELOG.md index 66669e3..62fcc33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Removed + +## [0.2.0] - 2019-11-17 + +### Added + - Add JSON output - Add argument to clear the cache diff --git a/kosmorrolib/core.py b/kosmorrolib/core.py index b7476c4..737cb02 100644 --- a/kosmorrolib/core.py +++ b/kosmorrolib/core.py @@ -22,7 +22,7 @@ from skyfield.api import Loader from .data import Star, Planet, Satellite -VERSION = '0.1.1' +VERSION = '0.2.0' CACHE_FOLDER = str(Path.home()) + '/.kosmorro-cache' MONTHS = ['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC']