diff --git a/README.rst b/README.rst index 3ff0bae..b762bb5 100644 --- a/README.rst +++ b/README.rst @@ -19,9 +19,10 @@ In PY2: with unicode New Features ============ +**1.1.3** + 1. bugfix **1.1.2** 1. fixed demos code - **1.1.0** 1. Meta support 'strict_capital' attribute to require const class's const variable capital naming. diff --git a/kkconst.egg-info/PKG-INFO b/kkconst.egg-info/PKG-INFO index 69e72e1..4ae72b8 100644 --- a/kkconst.egg-info/PKG-INFO +++ b/kkconst.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: kkconst -Version: 1.1.2 +Version: 1.1.3 Summary: Define const field and const class, customize it as You Like (Python) Home-page: https://github.com/kaka19ace/kkconst/ Author: ZHONG KAIXIANG @@ -27,11 +27,12 @@ Description: *********************** New Features ============ + **1.1.3** + 1. bugfix **1.1.2** - 1. fixed demos code - + 1. fixed demos code **1.1.0** - 1. Meta support 'strict_capital' attribute to require const class's const variable capital naming. + 1. Meta support 'strict_capital' attribute to require const class's const variable capital naming. Example diff --git a/paste-kkconst.cfg b/paste-kkconst.cfg index d4d5e91..d2c5401 100644 --- a/paste-kkconst.cfg +++ b/paste-kkconst.cfg @@ -6,7 +6,7 @@ long_description = Define const field and const class, customize it as You Like author = ZHONG KAIXIANG author_email = xiang.ace@gmail.com url = http://www.kaka-ace.com -version = 1.0.0 +version = 1.1.3