Skip to content

Commit

Permalink
Merge branch 'release-0.1.0b8'
Browse files Browse the repository at this point in the history
  • Loading branch information
Engineero committed May 2, 2018
2 parents 69c29fb + 2c469f8 commit f9ba565
Show file tree
Hide file tree
Showing 6 changed files with 633 additions and 103 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGES
=======

0.1.0b8
-------

* Implemented complete API coverage without any validity checking on inputs.
* Expanded tests to improve coverage.

0.1.0b7
-------

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ The official documents for the `space-track.org API can be found here`__.

__ https://www.space-track.org/documentation

- Source: https://github.com/Engineero/spacetracktool
- Issue Tracker: https://github.com/Engineero/spacetracktool/issues

.. _space-track.org: https://www.space-track.org/auth/login
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
README = readme_file.read()

NAME = 'spacetracktool'
VERSION = '0.1.0b7'
VERSION = '0.1.0b8'
DESCRIPTION = 'A Python API for querying space-track.org'
LONG_DESCRIPTION_CONTENT_TYPE = 'text/x-rst'
URL = 'https://github.com/Engineero/spacetracktool'
Expand Down

0 comments on commit f9ba565

Please sign in to comment.