Skip to content

Commit 62e2b5a

Browse files
Version 2.3.0 (#226)
1 parent a9579e3 commit 62e2b5a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 2.3.0 - 2023-01-19
8+
9+
### Removed
10+
11+
- Drop support for Python 3.6, which has reached EOL. (Pull #210)
12+
13+
### Fixed
14+
15+
- Fix migration 0004 when run against a non default database. (Pull #215)
16+
717
## 2.2.0 - 2022-03-11
818

919
### Added
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0"
1+
__version__ = "2.3.0"

0 commit comments

Comments
 (0)