Skip to content

Commit

Permalink
Starting development of v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Jan 17, 2024
1 parent 8594f2f commit 949f427
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .nengobones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ pyproject_toml: {}
version_py:
major: 1
minor: 1
patch: 1
release: true
patch: 2
release: false
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Release History
- Removed
- Fixed
1.1.2 (unreleased)
==================



1.1.1 (January 15, 2024)
========================

Expand Down
4 changes: 2 additions & 2 deletions pytest_plt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
tagged with the version.
"""

version_info = (1, 1, 1)
version_info = (1, 1, 2)

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

# 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 949f427

Please sign in to comment.