Skip to content

Commit

Permalink
Prepare v2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed Dec 3, 2023
1 parent d7dfdec commit 20a5e9d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[2.0.2] - 2023-12-03
--------------------

Security
^^^^^^^^

* Update aiohttp to version 3.9.0.

[2.0.1] - 2023-08-09
--------------------

Expand Down
2 changes: 1 addition & 1 deletion doveseed/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.1"
__version__ = "2.0.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "MIT"
name = "doveseed"
readme = "README.rst"
repository = "https://github.com/jgosmann/doveseed/"
version = "2.0.1" # Also update in doveseed/__init__.py
version = "2.0.2" # Also update in doveseed/__init__.py

[tool.poetry.dependencies]
aiohttp = {version = "^3.8.4", optional = true}
Expand Down

0 comments on commit 20a5e9d

Please sign in to comment.