Skip to content

Commit

Permalink
Final publishing bits for 2.0.2, test module required. No logic chang…
Browse files Browse the repository at this point in the history
…es in package.
  • Loading branch information
BobDenny committed Aug 22, 2022
1 parent 4e06a55 commit ce7f61b
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 75 deletions.
2 changes: 1 addition & 1 deletion PyTest/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_device(device, disconn):
print(f" DriverInfo: {device.DriverInfo}")
assert device.DriverInfo == ['SafetyMonitor Simulator Drivers']
print(f" DriverVersion: {device.DriverVersion}")
assert device.DriverVersion == 0.2 # Some day not hardwired. New 0.2 OmniSim.
assert device.DriverVersion == '0.2' # Some day not hardwired. New 0.2 OmniSim.
print(f" InterfaceVersion: {device.InterfaceVersion}")
assert device.InterfaceVersion == 2
print(f" Name: {device.Name}")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# alpyca (2.0.1rc1)
# alpyca (2.0.2)

## Python 3.7+ API library for all [ASCOM Alpaca](https://ascom-standards.org/Developer/Alpaca.htm) universal interfaces

Expand Down Expand Up @@ -35,7 +35,7 @@ The dependencies listed above are automatically installed with alpyca.

## Current Status & Documentation

This version 2.0.1rc1 is the first release candidate for 2.0.1. The documentation is
This version 2.0.2 is the first production release. The documentation is
extensive and available
online as **[Alpyca: API Library for Alpaca](https://ascom-standards.org/alpyca/)** as well as a
**[PDF Document here](https://ascom-standards.org/alpyca/alpyca.pdf)**. See CHANGES.rst for
Expand Down
111 changes: 39 additions & 72 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce7f61b

Please sign in to comment.