Skip to content

Commit

Permalink
Update release notes and versions for 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Feb 13, 2024
1 parent 974317e commit 78f3a60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.6 (13th February 2024)

* replace deprecated datetime.utcnow() functionality by @dijkstrar in https://github.com/pytest-dev/pytest-nunit/pull/72
* Backward compatible version of the datetime.UTC attribute by @tonybaloney in https://github.com/pytest-dev/pytest-nunit/pull/76

## 1.0.5 (13th February 2024)

* Mute deprecation warning of getdefaultlocale until a better solution by @tonybaloney in https://github.com/pytest-dev/pytest-nunit/pull/74
Expand Down
2 changes: 1 addition & 1 deletion pytest_nunit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.5"
__version__ = "1.0.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def getversion():
if 'BUILD_VERSION' in os.environ:
return os.environ['BUILD_VERSION']
else:
return "1.0.5"
return "1.0.6"


setup(
Expand Down

0 comments on commit 78f3a60

Please sign in to comment.