Skip to content

Commit

Permalink
Chore/prepare release 1.0.2 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Apr 23, 2024
1 parent 83890e2 commit eb3d3ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
=========

1.0.2 (2024-02-29)
==================

Changes
-------

* make export filenames a bit more unique by @arneb in https://github.com/django-cms/djangocms-transfer/pull/15
* added customization of export/import data via user defined functions by @wfehr in https://github.com/django-cms/djangocms-transfer/pull/20
* Fix error on export when getting filename by @wfehr in https://github.com/django-cms/djangocms-transfer/pull/33
* Improved testing environment and fixed existing errors by @wfehr in https://github.com/django-cms/djangocms-transfer/pull/35

New Contributors
----------------

* @wfehr made their first contribution in https://github.com/django-cms/djangocms-transfer/pull/20


1.0.1 (2023-03-13)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_transfer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.1"
__version__ = '1.0.2'

default_app_config = "djangocms_transfer.apps.TranferConfig"

Expand Down

0 comments on commit eb3d3ac

Please sign in to comment.