diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85e77f49135c1434ee24833fb47b016e0779f55a..aafc3d28746043e09d343dd85a27db17b51297ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,6 @@ variables:
 cache:
   paths:
     - .cache/pip
-    - venv/
 
 before_script:
   - pip install virtualenv
diff --git a/README.rst b/README.rst
index 6d52ca0db5356b3a135e88cd444076c68b90205e..1c0de2b53590ab6579ce8534709f1e34afb4f51b 100644
--- a/README.rst
+++ b/README.rst
@@ -31,7 +31,7 @@ Changelog
 Version 0.1.14
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-Unreleased
+Released 2022-06-27
 
 -   Added a config file for GitLab CI/CD.
 -   Fixed deprecation warnings for Python 3.7+ regarding ``collections.abc``
diff --git a/typedcols.py b/typedcols.py
index 421987cb9ac63de49bdd50bde5cdea1a09d937a0..9db4dd70728e486bb96dfdeb7e299b08dd808135 100644
--- a/typedcols.py
+++ b/typedcols.py
@@ -10,7 +10,7 @@ Defines TypedDict and TypedList, which enforce inserted types based on simple
 type definition.
 """
 
-__version__ = '0.1.13'
+__version__ = '0.1.14'
 __author__ = 'Pavel Kácha <pavel.kacha@cesnet.cz>'
 
 try: # Python 2