Skip to content

Commit e9ba062

Browse files
committed
This is 6.3
1 parent 6bc3bf9 commit e9ba062

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This contains all major version changes between Click releases.
66
Version 6.3
77
-----------
88

9-
(bugfix release; unreleased)
9+
(bugfix release; released on February 22 2016)
1010

1111
- Fix argument checks for interpreter invoke with `-m` and `-c`
1212
on Windows.

click/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@
9595
disable_unicode_literals_warning = False
9696

9797

98-
__version__ = '6.3-dev'
98+
__version__ = '6.3'

0 commit comments

Comments
 (0)