Skip to content

Commit

Permalink
Bump version and changelog for release
Browse files Browse the repository at this point in the history
Also update package metadata (python-requires and classifiers).
  • Loading branch information
sirosen committed Oct 4, 2023
1 parent 9fe75da commit f65060d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ functionality or contain necessary breaking changes. Minor releases are
primarily used for bugfix or small features which are unlikely to break users'
testsuites.

0.13.1 (Unreleased)
Unreleased
----------

0.14.0 (2023-10-04)
-------------------

* Remove support for `python3.6`
* Add official support for ``python3.12``
* Remove support for ``python3.6`` and ``python3.7``

0.13.0 (2023-04-29)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion nose2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from nose2.main import discover, main

__version__ = "0.13.0"
__version__ = "0.14.0"

__all__ = ("__version__", "discover", "main")
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license = {text = "BSD-2-Clause"}
authors = [
{ name = "Stephen Rosen", email = "dev@nose2.io" },
]
requires-python = ">=3.6"
requires-python = ">=3.8"
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
Expand All @@ -26,7 +26,6 @@ classifiers=[
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit f65060d

Please sign in to comment.