Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openfisca-france-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Mahdi Ben Jelloul
openfisca-france-data
Commits
bb4dbd89
Commit
bb4dbd89
authored
2 years ago
by
benoit-cty
Browse files
Options
Downloads
Patches
Plain Diff
bump version 0.21 -> 0.22
parent
f99143f3
No related branches found
Tags
0.22
1 merge request
!12
Publish to conda
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.conda/meta.yaml
+1
-1
1 addition, 1 deletion
.conda/meta.yaml
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
.conda/meta.yaml
+
1
−
1
View file @
bb4dbd89
...
...
@@ -4,7 +4,7 @@
###############################################################################
{
%
set name = "openfisca-france-data" %
}
{
%
set version = "0.2
1
" %
}
{
%
set version = "0.2
2
" %
}
package
:
name
:
{{
name|lower
}}
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
bb4dbd89
...
...
@@ -20,7 +20,7 @@ testpaths = tests
python_files
=
**/*.py
[bumpver]
current_version
=
"0.2
1
"
current_version
=
"0.2
2
"
version_pattern
=
"MAJOR.MINOR"
commit_message
=
"bump version {old_version} -> {new_version}"
commit
=
True
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
bb4dbd89
...
...
@@ -6,7 +6,7 @@ with open('README.md') as file:
setup
(
name
=
"
OpenFisca-France-Data
"
,
version
=
"
0.2
1
"
,
version
=
"
0.2
2
"
,
description
=
"
OpenFisca-France-Data module to work with French survey data
"
,
long_description
=
long_description
,
long_description_content_type
=
"
text/markdown
"
,
...
...
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