Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LSMTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
ResearchAndDevelopment
LSMTool
Commits
05bf6e47
Commit
05bf6e47
authored
1 year ago
by
Marcel Loose
Browse files
Options
Downloads
Plain Diff
Merge branch 'releases/1.5' into 'master'
Bump version to 1.5.1 See merge request
!54
parents
c3f30916
791b16fa
Branches
Branches containing commit
No related tags found
1 merge request
!54
Bump version to 1.5.1
Pipeline
#60693
failed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/conf.py
+1
-1
1 addition, 1 deletion
docs/source/conf.py
lsmtool/_version.py
+5
-1
5 additions, 1 deletion
lsmtool/_version.py
with
6 additions
and
2 deletions
docs/source/conf.py
+
1
−
1
View file @
05bf6e47
...
...
@@ -58,7 +58,7 @@ copyright = u'2022, David Rafferty'
# The short X.Y version.
version
=
'
1.5
'
# The full version, including alpha/beta/rc tags.
release
=
'
1.5.
0
'
release
=
'
1.5.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
lsmtool/_version.py
+
5
−
1
View file @
05bf6e47
...
...
@@ -3,7 +3,7 @@
# This module stores the version and changelog
# Version number
__version__
=
'
1.5.
0
'
__version__
=
'
1.5.
1
'
# Change log
def
changelog
():
...
...
@@ -11,6 +11,10 @@ def changelog():
LSMTool Changelog.
-----------------------------------------------
2023/09/14 - Version 1.5.1
Fix LoTSS query radius and change url to Gaussian catalog
2023/09/05 - Version 1.5.0
Add check for empty VO query
...
...
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