Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pyzenkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Mentat
Pyzenkit
Commits
210e8769
Commit
210e8769
authored
3 years ago
by
Rajmund Hruška
Browse files
Options
Downloads
Patches
Plain Diff
DEPLOY: Version bumped up to '0.63' to build a new distribution.
parent
eb9e8ece
No related branches found
No related tags found
1 merge request
!8
0.63
Pipeline
#1859
passed
3 years ago
Stage: test
Stage: check-warnings
Stage: build
Stage: deploy
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
README.rst
+10
-4
10 additions, 4 deletions
README.rst
pyzenkit/__init__.py
+1
-1
1 addition, 1 deletion
pyzenkit/__init__.py
requirements.pip
+1
-1
1 addition, 1 deletion
requirements.pip
with
12 additions
and
7 deletions
.gitlab-ci.yml
+
0
−
1
View file @
210e8769
...
...
@@ -15,7 +15,6 @@ variables:
cache
:
paths
:
-
.cache/pip
-
venv/
before_script
:
-
pip install virtualenv
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
10
−
4
View file @
210e8769
...
...
@@ -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
.
This diff is collapsed.
Click to expand it.
pyzenkit/__init__.py
+
1
−
1
View file @
210e8769
...
...
@@ -19,5 +19,5 @@ Python 3.
"""
__author__
=
"
Honza Mach <honza.mach.ml@gmail.com>
"
__version__
=
"
0.6
2
"
__version__
=
"
0.6
3
"
This diff is collapsed.
Click to expand it.
requirements.pip
+
1
−
1
View file @
210e8769
python-dotenv==0.10.1
jsonschema==3.0.1
pydgets
==0.9
pydgets
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment