We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc3bf9 commit e9ba062Copy full SHA for e9ba062
2 files changed
CHANGES
@@ -6,7 +6,7 @@ This contains all major version changes between Click releases.
6
Version 6.3
7
-----------
8
9
-(bugfix release; unreleased)
+(bugfix release; released on February 22 2016)
10
11
- Fix argument checks for interpreter invoke with `-m` and `-c`
12
on Windows.
click/__init__.py
@@ -95,4 +95,4 @@
95
disable_unicode_literals_warning = False
96
97
98
-__version__ = '6.3-dev'
+__version__ = '6.3'
0 commit comments