Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty committed Nov 19, 2024
1 parent 52d5438 commit 29f673b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 2.3.5 [#319](https://github.com/openfisca/openfisca-survey-manager/pull/319)

* Technical changes
- Fix the conda build by moving the Numpy pinning to `install_requires`.
- Add a conda build step in CI to inform the dev about a problem before merging.

### 2.3.4 [#317](https://github.com/openfisca/openfisca-survey-manager/pull/317)

* Technical changes
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name = 'OpenFisca-Survey-Manager',
version = '2.3.4',
version = '2.3.5',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.fr',
classifiers = [classifier for classifier in classifiers.split('\n') if classifier],
Expand Down

0 comments on commit 29f673b

Please sign in to comment.