Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janluke committed Feb 27, 2021
1 parent 6b05eb0 commit bebf680
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ Change Log
**Deprecated**
**Compatible changes and features**
V0.6.0 (in development)
=======================
V0.6.0 (2021-02-28)
===================
**Incompatible changes**

- Removed the deprecated ``GroupSection`` as previously announced.
Use the new name instead: ``Section``.
- In ``Group.group()`` and ``Group.command``, the argument ``section`` was moved
after the ``cls`` argument so that the methods are now fully compatible with
the same methods in the parent class (the Liskov substitution principle is now
satisfied).
after the ``cls`` argument so that the signatures are now fully compatible with
those of the parent class (the Liskov substitution principle is now satisfied).
If you (wisely) passed ``section`` and ``cls`` as keyword arguments in your
code, you don't need to change anything.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0-dev
current_version = 0.6.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
# Name, author, description and other info
name='cloup',
version='0.6.0-dev',
version='0.6.0',
author="Gianluca Gippetto",
author_email='[email protected]',
description="Option groups and subcommand help sections for pallets/click",
Expand Down

0 comments on commit bebf680

Please sign in to comment.