Skip to content

Commit

Permalink
Merge fef8f59 into 025621c
Browse files Browse the repository at this point in the history
  • Loading branch information
kjagiello committed Oct 9, 2019
2 parents 025621c + fef8f59 commit 4bbb6a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions djedi-react/CHANGELOG.md
@@ -1,3 +1,8 @@
### Version 5.4.1 (2019-10-09)

- Fixed: The babel plugin generated incorrect AST because of some AST nodes
being duplicated. Fixed by cloning the nodes instead of reusing them.

### Version 5.4.0 (2019-06-12)

- Added: `djedi.removeAdmin`.
Expand Down
2 changes: 1 addition & 1 deletion djedi-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion djedi-react/package.json
@@ -1,6 +1,6 @@
{
"name": "djedi-react",
"version": "5.4.0",
"version": "5.4.1",
"license": "BSD-3-Clause",
"author": "Simon Lydell",
"repository": "5monkeys/djedi-cms",
Expand Down
2 changes: 1 addition & 1 deletion djedi/__init__.py
@@ -1,5 +1,5 @@
# coding=utf-8
VERSION = (1, 3, 2, 'final', 0)
VERSION = (1, 3, 3, 'final', 0)


def get_version(version=None):
Expand Down

0 comments on commit 4bbb6a6

Please sign in to comment.