We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b20b95 commit fb760e2Copy full SHA for fb760e2
docs/changelog.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.4.0] - 2023-03-02
8
+
9
+---
10
+### Added
11
12
+- Add SQLAlchemy 2 support
13
14
## [0.3.0] - 2023-01-09
15
16
---
sqlalchemy_file/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.4.0.dev0"
+__version__ = "0.4.0"
2
3
from .file import File as File
from .types import FileField as FileField
0 commit comments