From ed7501f2f4685176f2dae407aa32581bfdbf4025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20K=C3=BCderle?= Date: Mon, 23 Jan 2023 14:42:33 +0100 Subject: [PATCH] Prepared new release --- fau_colors/__init__.py | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fau_colors/__init__.py b/fau_colors/__init__.py index 093f226..dac49f0 100644 --- a/fau_colors/__init__.py +++ b/fau_colors/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.4.3" +__version__ = "1.5.0" from fau_colors._utils import export_as_gpl, export_as_tex from fau_colors.fonts import register_fausans_font diff --git a/pyproject.toml b/pyproject.toml index 9549141..176ace4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fau_colors" -version = "1.4.3" +version = "1.5.0" description = "The official colors of FAU as matplotlib/seaborn colormaps" authors = [ "Robert Richer ", @@ -64,4 +64,3 @@ check = ["_check_black", "_check_isort"] update_docs = "python _docs/_generate_overview_image.py" update_palettes = "python color_palettes/_create_palettes.py" bump_version = { "script" = "_tasks:task_update_version()"} -default = {sequence = ["format", "lint", "test"], help = "Run the default pipeline, consisting of formatting, linting, and testing."}