Skip to content

Commit

Permalink
Released PyMetrics version 1.0.10
Browse files Browse the repository at this point in the history
Changelog Details:
- [PATCH] Use Ubuntu 20 for newer OpenSSL
- [PATCH] Use PRs for releases since default branch is protected now
  • Loading branch information
nathansteyer-eb committed Nov 28, 2023
1 parent 5398923 commit a662f21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.0.10 (2023-11-28)
-------------------
- [PATCH] Use Ubuntu 20 for newer OpenSSL
- [PATCH] Use PRs for releases since default branch is protected now

1.0.9 (2023-11-27)
------------------
- [PATCH] Install requires typing-extensions
Expand Down
2 changes: 1 addition & 1 deletion pymetrics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
)


__version_info__ = (1, 0, 9)
__version_info__ = (1, 0, 10)
__version__ = '-'.join(filter(None, ['.'.join(map(str, __version_info__[:3])), (__version_info__[3:] or [None])[0]]))

0 comments on commit a662f21

Please sign in to comment.