Skip to content

Commit

Permalink
asap-stereo 0.1.0 release (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Nov 1, 2020
1 parent 1a88516 commit 1809d5c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project tries to adhere to [Semantic Versioning](http://semver.org/).


## [0.1.0] - 2020-10-31
### Added
- Docs!
- Install guide
- CTX walkthrough
- docstrings!
- mola pedr pre step 10

### Fixed
- step twelve postix

### Removed
- asp_scripts bash files

## [0.0.4] - 2020-08-06
### Added
- ci tests for ctx via github action
Expand Down
8 changes: 4 additions & 4 deletions asap_stereo/asap.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class CommonSteps(object):
/ ___ |___/ / ___ |/ ____/
/_/ |_/____/_/ |_/_/ 𝑆 𝑇 𝐸 𝑅 𝐸 𝑂
asap_stereo (0.0.4)
asap_stereo (0.1.0)
Github: https://github.com/AndrewAnnex/asap_stereo
Expand Down Expand Up @@ -614,7 +614,7 @@ class CTX(object):
/ ___ |___/ / ___ |/ ____/
/_/ |_/____/_/ |_/_/ 𝑆 𝑇 𝐸 𝑅 𝐸 𝑂
asap_stereo (0.0.4)
asap_stereo (0.1.0)
Github: https://github.com/AndrewAnnex/asap_stereo
Expand Down Expand Up @@ -999,7 +999,7 @@ class HiRISE(object):
/ ___ |___/ / ___ |/ ____/
/_/ |_/____/_/ |_/_/ 𝑆 𝑇 𝐸 𝑅 𝐸 𝑂
asap_stereo (0.0.4)
asap_stereo (0.1.0)
Github: https://github.com/AndrewAnnex/asap_stereo
Expand Down Expand Up @@ -1444,7 +1444,7 @@ class ASAP(object):
/ ___ |___/ / ___ |/ ____/
/_/ |_/____/_/ |_/_/ 𝑆 𝑇 𝐸 𝑅 𝐸 𝑂
asap_stereo (0.0.4)
asap_stereo (0.1.0)
Github: https://github.com/AndrewAnnex/asap_stereo
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Andrew M. Annex'

# The full version, including alpha/beta/rc tags
release = '0.0.4'
release = '0.1.0'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -55,4 +55,4 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static']
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# some influences here came from https://github.com/audreyr/cookiecutter/blob/master/setup.py

version = '0.0.4'
version = '0.1.0'


with io.open('README.rst', 'r', encoding='utf-8') as readme_file:
Expand Down Expand Up @@ -45,4 +45,4 @@
'Topic :: Scientific/Engineering :: Astronomy',
'Topic :: Scientific/Engineering :: GIS'
]
)
)

0 comments on commit 1809d5c

Please sign in to comment.