Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
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
Model registry
Operate
Environments
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
troye_fang
Flatland
Commits
9ee8a299
Commit
9ee8a299
authored
5 years ago
by
Shivam Khandelwal
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 2.1.7 → 2.1.8
parent
9eec6c35
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
flatland/__init__.py
+1
-1
1 addition, 1 deletion
flatland/__init__.py
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
flatland/__init__.py
+
1
−
1
View file @
9ee8a299
...
...
@@ -4,4 +4,4 @@
__author__
=
"""
S.P. Mohanty
"""
__email__
=
'
mohanty@aicrowd.com
'
__version__
=
'
2.1.
7
'
__version__
=
'
2.1.
8
'
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
9ee8a299
[bumpversion]
current_version
= 2.1.
7
current_version
= 2.1.
8
commit
= True
tag
= True
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
9ee8a299
...
...
@@ -80,6 +80,6 @@ setup(
test_suite
=
'
tests
'
,
tests_require
=
test_requirements
,
url
=
'
https://gitlab.aicrowd.com/flatland/flatland
'
,
version
=
'
2.1.
7
'
,
version
=
'
2.1.
8
'
,
zip_safe
=
False
,
)
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