Skip to content

Commit e1e8921

Browse files
authored
Merge pull request #337 from jdkandersson/release/2.5.0
bump version to 2.5.0
2 parents 54b5915 + 0269c5f commit e1e8921

File tree

5 files changed

+327
-338
lines changed

5 files changed

+327
-338
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v2.5.0] - 2021-05-23
11+
1012
### Added
1113

1214
- Add support for `int` values for `number` types.
@@ -514,6 +516,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
514516
[v2.2.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.2.0
515517
[v2.3.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.3.0
516518
[v2.4.2]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.4.2
519+
[v2.5.0]: https://github.com/jdkandersson/OpenAlchemy/releases/v2.5.0
517520
[///]: # "Issue/PR links"
518521
[#189]: https://github.com/jdkandersson/OpenAlchemy/issues/189
519522
[#190]: https://github.com/jdkandersson/OpenAlchemy/issues/190

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "David Andersson"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "2.4.2"
26+
release = "2.5.0"
2727

2828

2929
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)