chore: bump version to 0.3.1

This commit is contained in:
2026-03-19 21:37:46 +00:00
parent f65bb25bc4
commit da9f0569b3
6 changed files with 21 additions and 5 deletions

View File

@@ -6,6 +6,15 @@ All notable changes to FastAPI Traffic are documented here.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.1.0/>`_,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
[0.3.1] - 2026-03-19
--------------------
Changed
^^^^^^^
- Updated documentation version references to match release version
- Synchronized docs/changelog.rst with CHANGELOG.md
[0.3.0] - 2026-03-17
--------------------

View File

@@ -13,8 +13,8 @@ sys.path.insert(0, str(Path(__file__).parent.parent.resolve()))
project = "fastapi-traffic"
copyright = "2026, zanewalker"
author = "zanewalker"
release = "0.3.0"
version = "0.3.0"
release = "0.3.1"
version = "0.3.1"
# -- General configuration ---------------------------------------------------
extensions = [

View File

@@ -84,7 +84,7 @@ After installation, you can verify everything is working:
import fastapi_traffic
print(fastapi_traffic.__version__)
# Should print: 0.2.1
# Should print: 0.3.1
Or check which backends are available: