Browse Source

Bump version 0.2.1

tags/v0.2.1
Jérôme Deuchnord 4 years ago
parent
commit
327dcbcced
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
2 changed files with 4 additions and 5 deletions
  1. +3
    -4
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/version.py

+ 3
- 4
CHANGELOG.md View File

@@ -4,13 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
# [v0.2.1](https://github.com/Deuchnord/kosmorro/compare/v0.2.0...v0.2.1) (2019-11-17)

### Added

### Changed
### Bug Fixes

### Removed
* Move version constant to its own file to prevent sgp4 module failing in the AUR ([9a0c9d3](https://github.com/Deuchnord/kosmorro/commit/9a0c9d3ae34c5fa561b5a1b252d39a5ef2a0a4b9))

## [0.2.0] - 2019-11-17



+ 1
- 1
kosmorrolib/version.py View File

@@ -16,4 +16,4 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.

VERSION = '0.2.0'
VERSION = '0.2.1'

Loading…
Cancel
Save