Skip to content

Commit 350b3e2

Browse files
committed
Update version and release notes
1 parent 02fec82 commit 350b3e2

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.7 (26th February 2024)
4+
5+
* Use lazy string formatting for logger by @tonybaloney in https://github.com/pytest-dev/pytest-nunit/pull/77
6+
* Support for Pytest 8 series by @tonybaloney in https://github.com/pytest-dev/pytest-nunit/pull/78
7+
38
## 1.0.6 (13th February 2024)
49

510
* replace deprecated datetime.utcnow() functionality by @dijkstrar in https://github.com/pytest-dev/pytest-nunit/pull/72

pytest_nunit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.6"
1+
__version__ = "1.0.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def getversion():
1616
if 'BUILD_VERSION' in os.environ:
1717
return os.environ['BUILD_VERSION']
1818
else:
19-
return "1.0.6"
19+
return "1.0.7"
2020

2121

2222
setup(

0 commit comments

Comments
 (0)