diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 64b861512165ea7692621a9f5745204167d51928..f518e1d9b01cff7e7efd330dec5cf64bdc228bd6 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 40cb45fe7a7873b4bccdeb432401a5b06d74463c..fb9da0ed19fbef236af2ae56e4a802a07622b362 100644
--- a/README.rst
+++ b/README.rst
@@ -59,10 +59,16 @@ Copyright
|
-
Changelog
--------------------------------------------------------------------------------
+Version 0.63
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Released 2022-06-22
+
+- Started using the latest version of ``pydgets``.
+
Version 0.62
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -79,7 +85,7 @@ Version 0.61
Released 2022-01-20
-- Fixed formatting error introduced in 0.60
+- Fixed formatting error introduced in 0.60.
Version 0.60
@@ -87,7 +93,7 @@ Version 0.60
Released 2022-01-20
-- Masked PID in PID file name and runlog file name
+- Masked PID in PID file name and runlog file name.
Version 0.59
@@ -95,4 +101,4 @@ Version 0.59
Released 2021-01-11
-- Made runlog file names more unique by adding PID
+- Made runlog file names more unique by adding PID.
diff --git a/pyzenkit/__init__.py b/pyzenkit/__init__.py
index 33bd7371a1adceb7361cad2657dafc4b0eff1222..4a985d42ae49b81bc7da482cba44a48d5d12cd7d 100644
--- a/pyzenkit/__init__.py
+++ b/pyzenkit/__init__.py
@@ -19,5 +19,5 @@ Python 3.
"""
__author__ = "Honza Mach <honza.mach.ml@gmail.com>"
-__version__ = "0.62"
+__version__ = "0.63"
diff --git a/requirements.pip b/requirements.pip
index 5e2c88c36ffb0993611188bdc5d2d2a359d4bb06..499d0e51aaf1cade21bba347f238cdfd70632b1c 100644
--- a/requirements.pip
+++ b/requirements.pip
@@ -1,3 +1,3 @@
python-dotenv==0.10.1
jsonschema==3.0.1
-pydgets==0.9
+pydgets