Skip to content

Commit

Permalink
Raise version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Mar 19, 2021
1 parent 4f1b179 commit bbe8bfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/Changelog.md
Expand Up @@ -2,6 +2,8 @@

## Development version

## Version 2.1

- `Wrapper.self` will now always go back in the chain to the base of the last call, instead of onyl when the last callable returned `None`. This should fix the possible behaviour change when methods sometimes return None and sometimes a usefull value.

- Fixed inconsistencies on how `CallableWrapper.curry()` deals with too many arguments. In Python this leads to a `TypeError` - and now it does here too.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

setup_args = dict(
name='fluentpy',
version='2.0',
version='2.1',
description='Python wrapper for stdlib (and your) objects to give them a fluent interface.',
long_description=open(os.path.join(here, 'Readme.md')).read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit bbe8bfb

Please sign in to comment.