diff --git a/CHANGES.txt b/CHANGES.txt index 0964471..702aefc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -1.1.0.dev0 (Next Release) -------------------------- +1.1.0 (2018-07-01) +------------------ - The ``Monitor`` class now allows the default memory to be supplied in the constructor. Patch by Irmen de Jong. diff --git a/docs/conf.py b/docs/conf.py index e8b84f3..051d666 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ copyright = u'2008-%d, Mike Naberezny and contributors' % year # built documents. # # The short X.Y version. -version = '1.0.1.dev0' +version = '1.1.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index d5ef7fb..1339b6d 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__version__ = '1.0.1.dev0' +__version__ = '1.1.0' import sys