Skip to content

Commit 2748a21

Browse files
authored
Bump to 2.2.1 (#1295)
1 parent d56991e commit 2748a21

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
CHANGELOG
33
=========
44

5-
Unreleased
6-
==========
5+
2.2.1 (2022-06-05)
6+
==================
77

88
* Fix: Define a ``default_auto_field`` as part of the app config.
99

10+
1011
2.2 (2022-04-20)
1112
================
1213

filer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
8. Publish the release and it will automatically release to pypi
1414
"""
1515

16-
__version__ = '2.2'
16+
__version__ = '2.2.1'
1717

1818
default_app_config = 'filer.apps.FilerConfig'

0 commit comments

Comments
 (0)