Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
This is the last version to support Python 2.6.

Changes since 3.0:

* Support for sigtools' automatic signature discovery. This is reflected
  in the function composition tutorial: In most cases you no longer have
  to specify how your decorators use `*args` and `**kwargs` exactly
* You can supply 'alternative actions' (i.e. --version) even when using
  multiple commands.
* Improve hackability of argument parsing: named parameters are now
  sourced from the bound arguments instance, so a parameter could modify
  it duing parsing without changing the original signature.
  • Loading branch information
epsy committed Oct 3, 2016
1 parent 07ee640 commit 0faaa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='clize',
version='3.1b1',
version='3.1.0',
description='Command-line argument parsing for Python, without the effort',
license='MIT',
url='https://github.com/epsy/clize',
Expand Down

0 comments on commit 0faaa0c

Please sign in to comment.