Skip to content

Commit dd4be60

Browse files
committed
Update version and release notes
1 parent 6bfd460 commit dd4be60

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.5 (13th February 2024)
4+
5+
* Mute deprecation warning of getdefaultlocale until a better solution by @tonybaloney in https://github.com/pytest-dev/pytest-nunit/pull/74
6+
37
## 1.0.4 (11th October 2023)
48

59
* Support for Python 3.12

pytest_nunit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.4"
1+
__version__ = "1.0.5"

setup.py

+1-1
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.3"
19+
return "1.0.5"
2020

2121

2222
setup(

0 commit comments

Comments
 (0)