Skip to content

Commit

Permalink
Merge pull request #83 from mozilla-releng/hneiva/version-bump-3.0.0
Browse files Browse the repository at this point in the history
Bump version to 3.0.0
  • Loading branch information
hneiva committed Jul 17, 2024
2 parents a21164c + 7086baf commit 2f5ae6a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#####
3.0.0
#####

* Drop support to python 2.x
* Support newer python versions 3.9, 3.10, 3.11 and 3.12
* Add support to async functions/coroutines
* Setup CI tasks using taskgraph with new python versions

#####
2.0.4
#####
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="redo",
version="2.0.4",
version="3.0.0",
description="Utilities to retry Python callables.",
long_description=long_description,
author="Ben Hearsum",
Expand All @@ -20,5 +20,10 @@
license="MPL-2.0",
classifiers=[
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
)

0 comments on commit 2f5ae6a

Please sign in to comment.