Skip to content

Commit

Permalink
Merge 06fc98a into 31ef285
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty committed Jul 31, 2023
2 parents 31ef285 + 06fc98a commit d829af1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
###############################################################################

{% set name = "openfisca-france-data" %}
{% set version = "0.23.1" %}
{% set version = "2.0.1" %}

package:
name: {{ name|lower }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ jobs:
commit: ${{steps.last_pr_commit.outputs.result}}
name: conda-build-${{ env.PACKAGE_VERSION }}-${{steps.last_pr_commit.outputs.result}}
path: conda-build-tmp
event: push # To avoid conflict with PR workflow
if_no_artifact_found: fail
- name: Conda upload
# This shell is made necessary by https://github.com/conda-incubator/setup-miniconda/issues/128
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.0.1 [#232](https://github.com/openfisca/openfisca-france-data/pull/232)
* Technical changes
- Fix de #230 qui se produit quand le wokflow de CI a tourné deux fois pour le même commit, ce qui arrive quand on crée la PR. La solution est de limiter la recherche de l’artefact aux workflows lancés par un push.

# 2.0.0 [#229](https://github.com/openfisca/openfisca-france-data/pull/229)
* Technical changes
- Met à jour Python dans le setup pour compatibilité conda
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ testpaths = tests
python_files = **/*.py

[bumpver]
current_version = "0.23.1"
current_version = "2.0.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = "OpenFisca-France-Data",
version = "2.0.0",
version = "2.0.1",
description = "OpenFisca-France-Data module to work with French survey data",
long_description = long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d829af1

Please sign in to comment.