Skip to content

Commit

Permalink
Set version to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty committed Feb 3, 2023
1 parent 10f9b30 commit 52470ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.22" %}
{% set version = "0.22.0" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### 0.22 [#206](https://github.com/openfisca/openfisca-france-data/pull/206)
### 0.22.0 [#206](https://github.com/openfisca/openfisca-france-data/pull/206)

* Technical changes
- Replace Circle CI by GitHub Action
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ testpaths = tests
python_files = **/*.py

[bumpver]
current_version = "0.22"
version_pattern = "MAJOR.MINOR"
current_version = "0.22.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = True
# tag = 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 = "0.22",
version = "0.22.0",
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 52470ca

Please sign in to comment.