summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-08-12 23:24:13 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-08-12 23:24:13 +0200
commit547a4d09255d253bf0d14759c3dbc277b38911e7 (patch)
treea2f402ce3050f32ec1804622fd9345d1af9c1012
parent61b6ffa13f3d1b471847c57b44bf0c5ac29c0244 (diff)
downloadclick-3.0.tar.gz
This is 3.0 (clonk clonk)3.0
-rw-r--r--CHANGES2
-rw-r--r--click/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 540aac6..add0acd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@ This contains all major version changes between Click releases.
Version 3.0
-----------
-(codename and release date to be decided)
+(codename "clonk clonk", released on August 12th 2014)
- formatter now no longer attempts to accomodate for terminals
smaller than 50 characters. If that happens it just assumes
diff --git a/click/__init__.py b/click/__init__.py
index 5e69772..095181b 100644
--- a/click/__init__.py
+++ b/click/__init__.py
@@ -82,4 +82,4 @@ __all__ = [
]
-__version__ = '3.0-dev'
+__version__ = '3.0'