Browse Source

Bump v0.2.0

tags/v0.2.0
Jérôme Deuchnord 4 years ago
parent
commit
2c818c3924
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/core.py

+ 8
- 0
CHANGELOG.md View File

@@ -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



+ 1
- 1
kosmorrolib/core.py View File

@@ -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']


Loading…
Cancel
Save