-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version 0.5.1 release * Remove some dependencies that aren't needed * Fixing more dependencies
- Loading branch information
Showing
4 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## [Unreleased] | ||
|
||
## [0.5.1] - 2017-12-02 | ||
### Added | ||
- First real release! | ||
- Working POCS features: | ||
+ mount (iOptron) | ||
+ cameras (DSLR, SBIG) | ||
+ focuer (Birger) | ||
+ scheduler (simple) | ||
- Relies on separate repositories PEAS and PACE | ||
- Automated testing with travis-ci.org | ||
- Code coverage via codecov.io | ||
- Basic install scripts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# this file was automatically generated | ||
major = 0 | ||
minor = 1 | ||
release = 2 | ||
minor = 5 | ||
release = 1 | ||
|
||
version = '{}.{}.{}'.format(major, minor, release) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters