Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Jan 15, 2024
1 parent 9901396 commit 8594f2f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
echo '${{ secrets.PYPIRC_FILE }}' > ~/.pypirc
- uses: actions/checkout@v3
- uses: nengo/nengo-bones/actions/setup@main
with:
python-version: ${{ matrix.python-version || '3.9' }}
- uses: nengo/nengo-bones/actions/generate-and-check@main
- uses: nengo/nengo-bones/actions/run-script@main
with:
Expand Down
4 changes: 2 additions & 2 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setup_py:
- numpydoc>=0.9.2
- sphinx
tests_req:
- pytest-cov # required since `addopts = --cov` in setup.cfg
- pytest-cov # required since `addopts = --cov` in setup.cfg
entry_points:
pytest11:
- "plt = pytest_plt.plugin"
Expand Down Expand Up @@ -77,4 +77,4 @@ version_py:
major: 1
minor: 1
patch: 1
release: false
release: true
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Release History
- Removed
- Fixed
1.1.1 (unreleased)
==================
1.1.1 (January 15, 2024)
========================

**Changed**

Expand All @@ -30,8 +30,10 @@ Release History

- Config options are now properly added to Pytest, eliminating a warning
that was raised if a config option was set. (`#26`_)
- Handled multiple outputs when mocking out ``plt.subplots``. (`#29`_)

.. _#26: https://github.com/nengo/pytest-plt/pull/26
.. _#29: https://github.com/nengo/pytest-plt/pull/29

1.1.0 (August 17, 2020)
=======================
Expand Down
2 changes: 1 addition & 1 deletion pytest_plt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version_info = (1, 1, 1)

name = "pytest-plt"
dev = 0
dev = None

# use old string formatting, so that this can still run in Python <= 3.5
# (since this file is parsed in setup.py, before python_requires is applied)
Expand Down

0 comments on commit 8594f2f

Please sign in to comment.