Skip to content
Snippets Groups Projects
Commit a4513cf5 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Merge branch 'devel' into 'master'

0.63

See merge request 709/mentat/pyzenkit!8
parents fbed7216 210e8769
No related branches found
No related tags found
1 merge request!80.63
Pipeline #1860 passed
...@@ -15,7 +15,6 @@ variables: ...@@ -15,7 +15,6 @@ variables:
cache: cache:
paths: paths:
- .cache/pip - .cache/pip
- venv/
before_script: before_script:
- pip install virtualenv - pip install virtualenv
......
...@@ -59,10 +59,16 @@ Copyright ...@@ -59,10 +59,16 @@ Copyright
| |
Changelog Changelog
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Version 0.63
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Released 2022-06-22
- Started using the latest version of ``pydgets``.
Version 0.62 Version 0.62
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...@@ -79,7 +85,7 @@ Version 0.61 ...@@ -79,7 +85,7 @@ Version 0.61
Released 2022-01-20 Released 2022-01-20
- Fixed formatting error introduced in 0.60 - Fixed formatting error introduced in 0.60.
Version 0.60 Version 0.60
...@@ -87,7 +93,7 @@ Version 0.60 ...@@ -87,7 +93,7 @@ Version 0.60
Released 2022-01-20 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 Version 0.59
...@@ -95,4 +101,4 @@ Version 0.59 ...@@ -95,4 +101,4 @@ Version 0.59
Released 2021-01-11 Released 2021-01-11
- Made runlog file names more unique by adding PID - Made runlog file names more unique by adding PID.
...@@ -19,5 +19,5 @@ Python 3. ...@@ -19,5 +19,5 @@ Python 3.
""" """
__author__ = "Honza Mach <honza.mach.ml@gmail.com>" __author__ = "Honza Mach <honza.mach.ml@gmail.com>"
__version__ = "0.62" __version__ = "0.63"
python-dotenv==0.10.1 python-dotenv==0.10.1
jsonschema==3.0.1 jsonschema==3.0.1
pydgets==0.9 pydgets
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment