Skip to content

Commit

Permalink
Merge pull request #343 from MSeifert04/new_version
Browse files Browse the repository at this point in the history
Version 0.12.0
  • Loading branch information
MSeifert04 authored Oct 12, 2023
2 parents 5c5f0f8 + 2dc2e9c commit 801ec40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
rm ./dist/*.whl
- name: Install package
run: |
python -m pip install ./dist/iteration_utilities-0.11.0.tar.gz -vv
python -m pip install ./dist/iteration_utilities-0.12.0.tar.gz -vv
- name: Import package
run: |
python -c "import iteration_utilities"
Expand Down
4 changes: 2 additions & 2 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog for "iteration_utilities"
-----------------------------------

Version 0.12.0 (unreleased)
Version 0.12.0 (2023-10-13)
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Improve performance of ``ipartition`` by evaluating the predicate only once
Expand All @@ -11,7 +11,7 @@ Version 0.12.0 (unreleased)

- Python 3.12 compatibility

- Dropped Python 3.5 and 3.6 compatibility.
- Dropped Python 3.5 and 3.6 compatibility

- The top level ``__version__`` property was removed. ``importlib.metadata.version`` from the
Python standard library should be used if you need the version of ``iteration_utilities``.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "iteration_utilities"
version = "0.11.0"
version = "0.12.0"
description = "Utilities based on Pythons iterators and generators."
readme = "README.rst"
requires-python = ">=3.7"
Expand Down

0 comments on commit 801ec40

Please sign in to comment.