From 210e87699baf72f78e561024061d390a11f54b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Wed, 22 Jun 2022 08:15:22 +0000 Subject: [PATCH] DEPLOY: Version bumped up to '0.63' to build a new distribution. --- .gitlab-ci.yml | 1 - README.rst | 14 ++++++++++---- pyzenkit/__init__.py | 2 +- requirements.pip | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64b8615..f518e1d 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 40cb45f..fb9da0e 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 33bd737..4a985d4 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 5e2c88c..499d0e5 100644 --- a/requirements.pip +++ b/requirements.pip @@ -1,3 +1,3 @@ python-dotenv==0.10.1 jsonschema==3.0.1 -pydgets==0.9 +pydgets -- GitLab