From 78d9ab19b0fc76655d2b9fb1871531beaf38acb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Mon, 27 Jun 2022 08:22:09 +0000 Subject: [PATCH] DEPLOY: Increased package version to '0.1.14' to build a new distribution. --- .gitlab-ci.yml | 1 - README.rst | 2 +- typedcols.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85e77f4..aafc3d2 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 6d52ca0..1c0de2b 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ Changelog Version 0.1.14 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Unreleased +Released 2022-06-27 - Added a config file for GitLab CI/CD. - Fixed deprecation warnings for Python 3.7+ regarding ``collections.abc`` diff --git a/typedcols.py b/typedcols.py index 421987c..9db4dd7 100644 --- a/typedcols.py +++ b/typedcols.py @@ -10,7 +10,7 @@ Defines TypedDict and TypedList, which enforce inserted types based on simple type definition. """ -__version__ = '0.1.13' +__version__ = '0.1.14' __author__ = 'Pavel Kácha <pavel.kacha@cesnet.cz>' try: # Python 2 -- GitLab