Skip to content

Commit 770428a

Browse files
committed
chore(release): 0.4.5
1 parent 18112a9 commit 770428a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [0.4.5-beta.5](https://github.com/MongoEngine/django-mongoengine/compare/v0.4.5-beta.4...v0.4.5-beta.5) (2021-04-11)
5+
### [0.4.5](https://github.com/MongoEngine/django-mongoengine/compare/v0.4.5-beta.4...v0.4.5) (2021-04-11)
66

77

88
### Features

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020

2121

22-
__version__ = '0.4.5-beta.4'
22+
__version__ = '0.4.5'
2323
__description__ = 'Django support for MongoDB via MongoEngine'
2424
__license__ = 'BSD'
2525
__author__ = 'Ross Lawley'

0 commit comments

Comments
 (0)