Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux committed Apr 19, 2019
1 parent f86720f commit 2ecdc9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

# 34.0.0

#### Technical changes

- Use pytest instead of nose in `openfica test`

### Breaking changes

- Remove `generate_tests` function from `openfisca_core.tools.test_runner`:
- While this function was public and documented, its purpose was primarily internal and is unlikely to have been directly used by users.

### 33.0.1

- Improve error message when too many persons are given a role with a `max` attribute
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name = 'OpenFisca-Core',
version = '33.0.1',
version = '34.0.0',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.org',
classifiers = [
Expand Down

0 comments on commit 2ecdc9b

Please sign in to comment.