summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]