Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SingleShotAO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
InputOutput
ADLINK
SingleShotAO
Merge requests
!2
[CTRLRFC-1594] Apply memorized dynamic attributes at init
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
[CTRLRFC-1594] Apply memorized dynamic attributes at init
feature/CTRLRFC-1594-dyn-attr-memorization
into
develop
Overview
2
Commits
11
Pipelines
0
Changes
1
Merged
[CTRLRFC-1594] Apply memorized dynamic attributes at init
Alexandre MALFREYT
requested to merge
feature/CTRLRFC-1594-dyn-attr-memorization
into
develop
6 months ago
Overview
2
Commits
11
Pipelines
0
Changes
1
See
CTRLRFC-1594
0
0
Merge request reports
Viewing commit
4fe56342
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4fe56342
bump: update version to 2.1.0
· 4fe56342
Alexandre MALFREYT
authored
5 months ago
conanfile.py
+
1
−
1
View file @ 4fe56342
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,7 +3,7 @@ from conan import ConanFile
class
SingleShotAORecipe
(
ConanFile
):
name
=
"
singleshotao
"
executable
=
"
ds_SingleShotAO
"
version
=
"
2.
0.4
"
version
=
"
2.
1.0
"
package_type
=
"
application
"
user
=
"
soleil
"
python_requires
=
"
base/[>=1.0]@soleil/stable
"
Loading