summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-11-05 08:03:00 -0800
committerDavid Lord <davidism@gmail.com>2018-11-05 08:03:00 -0800
commitcb06e16c49dc44caf0ffd16f8de3ef520bd882f7 (patch)
tree2d80e3c01b35020bbd4fb2c8dcfcb94749a17815
parent09f4fc0d6e687f46e9a0a3995936692d11e61483 (diff)
downloadmarkupsafe-cb06e16c49dc44caf0ffd16f8de3ef520bd882f7.tar.gz
release 1.1.0
-rw-r--r--CHANGES.rst2
-rw-r--r--src/markupsafe/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index dbfb292..7666966 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,7 @@
Version 1.1.0
-------------
-Unreleased
+Released 2018-11-05
- Drop support for Python 2.6 and 3.3.
- Build wheels for Linux, Mac, and Windows, allowing systems without
diff --git a/src/markupsafe/__init__.py b/src/markupsafe/__init__.py
index e02c15d..5e09525 100644
--- a/src/markupsafe/__init__.py
+++ b/src/markupsafe/__init__.py
@@ -20,7 +20,7 @@ from ._compat import string_types
from ._compat import text_type
from ._compat import unichr
-__version__ = "1.1.dev"
+__version__ = "1.1.0"
__all__ = ["Markup", "soft_unicode", "escape", "escape_silent"]