Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TypedCols
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Warden
TypedCols
Commits
78d9ab19
Commit
78d9ab19
authored
2 years ago
by
Rajmund Hruška
Browse files
Options
Downloads
Patches
Plain Diff
DEPLOY: Increased package version to '0.1.14' to build a new distribution.
parent
70e2f1ec
No related branches found
No related tags found
1 merge request
!6
0.1.14
Pipeline
#1866
passed
2 years ago
Stage: test
Stage: check-warnings
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
README.rst
+1
-1
1 addition, 1 deletion
README.rst
typedcols.py
+1
-1
1 addition, 1 deletion
typedcols.py
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
0
−
1
View file @
78d9ab19
...
...
@@ -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
+
1
−
1
View file @
78d9ab19
...
...
@@ -31,7 +31,7 @@ Changelog
Version 0.1.14
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unr
eleased
R
eleased
2022-06-27
- Added a config file for GitLab CI/CD.
- Fixed deprecation warnings for Python 3.7+ regarding ``collections.abc``
...
...
This diff is collapsed.
Click to expand it.
typedcols.py
+
1
−
1
View file @
78d9ab19
...
...
@@ -10,7 +10,7 @@ Defines TypedDict and TypedList, which enforce inserted types based on simple
type definition.
"""
__version__
=
'
0.1.1
3
'
__version__
=
'
0.1.1
4
'
__author__
=
'
Pavel Kácha <pavel.kacha@cesnet.cz>
'
try
:
# Python 2
...
...
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