Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ECS core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ECS
ECS core
Commits
d20b7550
Commit
d20b7550
authored
8 months ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to 0.3.3
parent
42ba7c68
No related branches found
No related tags found
1 merge request
!24
v0.3.3: license headers + FIXMEs cleanup + Roadmap update
Pipeline
#31376
failed
7 months ago
Stage: quality
Stage: tests
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ecs_core/__init__.py
+1
-1
1 addition, 1 deletion
ecs_core/__init__.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
tests/test_ecs_core.py
+1
-1
1 addition, 1 deletion
tests/test_ecs_core.py
with
3 additions
and
3 deletions
ecs_core/__init__.py
+
1
−
1
View file @
d20b7550
...
...
@@ -2,4 +2,4 @@
# SPDX-License-Identifier: GPL-3.0-only
# Authors: Pierre-Alain Loizeau [committer]
__version__
=
'
0.3.
2
'
__version__
=
'
0.3.
3
'
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
d20b7550
[tool.poetry]
name
=
"ecs-core"
version
=
"0.3.
2
"
version
=
"0.3.
3
"
description
=
"Core agents of the CBM ECS"
authors
=
[
"P.-A. Loizeau"
]
license
=
"GPL-3.0-only"
...
...
This diff is collapsed.
Click to expand it.
tests/test_ecs_core.py
+
1
−
1
View file @
d20b7550
...
...
@@ -6,4 +6,4 @@ from ecs_core import __version__
def
test_version
()
->
None
:
assert
__version__
==
'
0.3.
2
'
assert
__version__
==
'
0.3.
3
'
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