Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Ale
Commits
5e62ef94
Commit
5e62ef94
authored
4 years ago
by
Adam Paquette
Committed by
Jesse Mapel
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Version tick for 0.8.4
parent
83e5c420
Branches
Branches containing commit
Tags
0.8.4
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
docs/source/conf.py
+2
-2
2 additions, 2 deletions
docs/source/conf.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
5e62ef94
...
...
@@ -7,7 +7,7 @@
# Specify the required version of CMake.
# cmake 3.15 required for findPython virtualenv configuration
cmake_minimum_required
(
VERSION 3.15
)
project
(
ale VERSION 0.8.
3
DESCRIPTION
"Abstraction Library for Ephemerides "
)
project
(
ale VERSION 0.8.
4
DESCRIPTION
"Abstraction Library for Ephemerides "
)
# include what we need
include
(
GNUInstallDirs
)
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
2
−
2
View file @
5e62ef94
...
...
@@ -26,9 +26,9 @@ copyright = 'Public Domain'
author
=
'
USGS, Astrogeology Science Center
'
# The short X.Y.Z version
version
=
'
0.8.
3
'
version
=
'
0.8.
4
'
# The full version, including alpha/beta/rc tags
release
=
'
0.8.
3
'
release
=
'
0.8.
4
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
5e62ef94
...
...
@@ -4,7 +4,7 @@ import sys
from
setuptools
import
setup
,
find_packages
NAME
=
"
Ale
"
VERSION
=
"
0.8.
3
"
VERSION
=
"
0.8.
4
"
# To install the library, run the following
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment