Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Sep 16, 2023
1 parent 77d0ed1 commit e3c3aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

### 1.1.6 [#269](https://github.com/openfisca/openfisca-survey-manager/pull/269)
### 1.1.7 [#271](https://github.com/openfisca/openfisca-survey-manager/pull/271)

* Technical changes
- HDF files are now opened in read-only mode to prevent locking when multiple survey-manager need to access the same file.
- Set pandas dependency to version >= 2.0.3, <3.0.

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

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

setup(
name = 'OpenFisca-Survey-Manager',
version = '1.1.6',
version = '1.1.7',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [classifier for classifier in classifiers.split('\n') if classifier],
Expand Down Expand Up @@ -68,7 +68,6 @@
'pytest >=7.2.2, < 8.0',
'pytest-cov >=4.0.0, < 5.0',
'scipy >=1.10.1, < 2.0',
'tables >=3.8.0, < 4.0',
'pytest-order >=1.1.0, <2.0',
],
'casd': [
Expand Down

0 comments on commit e3c3aa6

Please sign in to comment.