Skip to content

Commit

Permalink
v1.0.0: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
rzellem committed Jun 22, 2021
1 parent ffb8c16 commit 2032d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exotic/exotic_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def main():
i += 1
#
# # "Camera Type (CCD or DSLR)": "CCD",
cameratype_label = tk.Label(root, text="Camera Type (e.g. CCD or DSLR)", justify=tk.LEFT)
cameratype_label = tk.Label(root, text='Camera Type (e.g., CCD or DSLR; \n Note: if you are using a CMOS, please enter CCD here and \n then note your actual camera type under "Observing Notes" below)', justify=tk.LEFT)
cameratype_entry = tk.Entry(root, font="Helvetica 12", justify=tk.LEFT)
cameratype_label.grid(row=i, column=j, sticky=tk.W, pady=2)
cameratype_entry.grid(row=i, column=j + 1, sticky=tk.W, pady=2)
Expand Down
2 changes: 1 addition & 1 deletion exotic/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.47.2"
__version__ = "1.0.0"

0 comments on commit 2032d4f

Please sign in to comment.