From 80a06097a132e154311901923279fcd75b1908f1 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:24:46 +0000 Subject: [PATCH] DEPLOY: Increased package version to '0.1.11' to build a new distribution. --- .gitlab-ci.yml | 1 - README.rst | 2 +- ipranges.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52cb3b2..aa5552e 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 8a5959a..bfae84a 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ Changelog Version 0.1.11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Unreleased +Released 2022-06-27 - Added a config file for GitLab CI/CD. - Updated the repository information. diff --git a/ipranges.py b/ipranges.py index bda70af..4b341d7 100644 --- a/ipranges.py +++ b/ipranges.py @@ -4,7 +4,7 @@ # Copyright (c) 2016, CESNET, z. s. p. o. # Use of this source is governed by an ISC license, see LICENSE file. -__version__ = '0.1.10' +__version__ = '0.1.11' __author__ = 'Pavel Kácha <pavel.kacha@cesnet.cz>' import socket -- GitLab