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

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!60.1.14
Pipeline #1866 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
......
...@@ -31,7 +31,7 @@ Changelog ...@@ -31,7 +31,7 @@ Changelog
Version 0.1.14 Version 0.1.14
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unreleased Released 2022-06-27
- Added a config file for GitLab CI/CD. - Added a config file for GitLab CI/CD.
- Fixed deprecation warnings for Python 3.7+ regarding ``collections.abc`` - Fixed deprecation warnings for Python 3.7+ regarding ``collections.abc``
......
...@@ -10,7 +10,7 @@ Defines TypedDict and TypedList, which enforce inserted types based on simple ...@@ -10,7 +10,7 @@ Defines TypedDict and TypedList, which enforce inserted types based on simple
type definition. type definition.
""" """
__version__ = '0.1.13' __version__ = '0.1.14'
__author__ = 'Pavel Kácha <pavel.kacha@cesnet.cz>' __author__ = 'Pavel Kácha <pavel.kacha@cesnet.cz>'
try: # Python 2 try: # Python 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment