From cf1fd3f66bae7471092c2b68407ee5dcf07a3444 Mon Sep 17 00:00:00 2001 From: Dominic Davis-Foster Date: Tue, 25 Jun 2024 15:27:57 +0100 Subject: [PATCH] Bump version v1.0.0 -> v1.1.0 --- .bumpversion.cfg | 2 +- .github/workflows/conda_ci.yml | 2 +- README.rst | 2 +- attr_utils/__init__.py | 2 +- doc-source/index.rst | 2 +- pyproject.toml | 2 +- repo_helper.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3900514..20b7219 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 26e5023..178973a 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -58,7 +58,7 @@ jobs: - name: "Install package" run: | - $CONDA/bin/conda install -c file://$(pwd)/conda-bld attr_utils=1.0.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld attr_utils=1.1.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index e5c88fc..d92b429 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ attr_utils .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/attr_utils :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/attr_utils/v1.0.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/attr_utils/v1.1.0 :target: https://github.com/domdfcoding/attr_utils/pulse :alt: GitHub commits since tagged version diff --git a/attr_utils/__init__.py b/attr_utils/__init__.py index 8a6d6be..9da3baa 100644 --- a/attr_utils/__init__.py +++ b/attr_utils/__init__.py @@ -29,7 +29,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2020 Dominic Davis-Foster" __license__: str = "MIT License" -__version__: str = "1.0.0" +__version__: str = "1.1.0" __email__: str = "dominic@davis-foster.co.uk" _docs = False diff --git a/doc-source/index.rst b/doc-source/index.rst index e506ffa..ddcd88d 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ attr_utils :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v1.0.0 + :commits-since: v1.1.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/pyproject.toml b/pyproject.toml index 7073504..59b1abf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "whey" [project] name = "attr_utils" -version = "1.0.0" +version = "1.1.0" description = "Utilities to augment attrs." readme = "README.rst" keywords = [ "attrs", "documentation", "serde", "sphinx",] diff --git a/repo_helper.yml b/repo_helper.yml index 010c320..98f9018 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -5,7 +5,7 @@ copyright_years: 2020-2021 author: 'Dominic Davis-Foster' email: 'dominic@davis-foster.co.uk' username: 'domdfcoding' -version: '1.0.0' +version: '1.1.0' license: 'MIT' short_desc: 'Utilities to augment attrs.'