Skip to content

Commit

Permalink
updated version (1.0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfehr committed Sep 28, 2023
1 parent e0ced96 commit 2d4c0ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

v1.0.7 (2023-09-28)
===================

- added `AppConfig.default_auto_field` to lock ID-fields in order to avoid
migrations if projects use a different field in their settings

v1.0.6 (2023-01-16)
===================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_time_wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '1.0.6'
__version__ = '1.0.7'

0 comments on commit 2d4c0ef

Please sign in to comment.