diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 371fc98d..34b88879 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.0 +current_version = 3.0.0 commit = True tag = True diff --git a/.github/workflows/conda_ci.yml b/.github/workflows/conda_ci.yml index 21ea1ad7..c6d44cba 100644 --- a/.github/workflows/conda_ci.yml +++ b/.github/workflows/conda_ci.yml @@ -48,7 +48,7 @@ jobs: - name: "Install package" run: | - $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=2.9.0=py_1 -y || exit 1 + $CONDA/bin/conda install -c file://$(pwd)/conda-bld domdf_python_tools=3.0.0=py_1 -y || exit 1 - name: "Run Tests" run: | diff --git a/README.rst b/README.rst index f6720925..1dd69720 100644 --- a/README.rst +++ b/README.rst @@ -100,7 +100,7 @@ domdf_python_tools .. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/domdf_python_tools :alt: GitHub top language -.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v2.9.0 +.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/domdf_python_tools/v3.0.0 :target: https://github.com/domdfcoding/domdf_python_tools/pulse :alt: GitHub commits since tagged version diff --git a/__pkginfo__.py b/__pkginfo__.py index 9f89c2de..06025aeb 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -16,5 +16,5 @@ "extras_require", ] -__version__ = "2.9.0" +__version__ = "3.0.0" extras_require = {"dates": ["pytz>=2019.1"], "testing": [], "all": ["pytz>=2019.1"]} diff --git a/doc-source/index.rst b/doc-source/index.rst index 32261aa4..bc15ff0a 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -107,7 +107,7 @@ domdf_python_tools :alt: GitHub top language .. |commits-since| github-shield:: - :commits-since: v2.9.0 + :commits-since: v3.0.0 :alt: GitHub commits since tagged version .. |commits-latest| github-shield:: diff --git a/domdf_python_tools/__init__.py b/domdf_python_tools/__init__.py index 2e0538e7..e8cff75a 100644 --- a/domdf_python_tools/__init__.py +++ b/domdf_python_tools/__init__.py @@ -29,7 +29,7 @@ __author__: str = "Dominic Davis-Foster" __copyright__: str = "2014-2020 Dominic Davis-Foster" __license__: str = "LGPLv3+" -__version__: str = "2.9.0" +__version__: str = "3.0.0" __email__: str = "dominic@davis-foster.co.uk" __docs = False diff --git a/pyproject.toml b/pyproject.toml index 5b64133e..8b2f4faa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "domdf_python_tools" -version = "2.9.0" +version = "3.0.0" description = "Helpful functions for Python 🐍 🛠️" readme = "README.rst" keywords = [ "utilities",] diff --git a/repo_helper.yml b/repo_helper.yml index 701b4cbd..99b6f682 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -3,7 +3,7 @@ modname: domdf_python_tools copyright_years: "2019-2021" author: "Dominic Davis-Foster" email: "dominic@davis-foster.co.uk" -version: "2.9.0" +version: "3.0.0" username: "domdfcoding" license: 'MIT' short_desc: 'Helpful functions for Python 🐍 🛠️' diff --git a/setup.cfg b/setup.cfg index 63c5efe0..e062e450 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ [metadata] name = domdf_python_tools -version = 2.9.0 +version = 3.0.0 author = Dominic Davis-Foster author_email = dominic@davis-foster.co.uk license = MIT License