Skip to content

Commit

Permalink
Release 0.1.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimul Chowdhury committed Apr 10, 2019
1 parent ebbc68b commit 5669c5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,16 @@ urlpatterns = [
]
```

Current version 0.1.0-rc.1
Current version 0.1.0-rc.2

## TODO
- [x] Hyper Editor Output Parser
- [x] Block System
- [x] Create simple block without using js
- [x] Django Model Integration ``HyperField``
- [x] Django Admin Integration
- [x] Django Form Integration
- [x] Wagtail Integration ``HyperFieldPanel``
- [x] Template tag for preview and render
- [ ] Media Handling
- [ ] Documentation
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='hypereditor',
version='0.1.0-rc.1',
version='0.1.0-rc.2',
packages=find_packages(),
include_package_data=True,
license='MIT',
Expand Down

0 comments on commit 5669c5e

Please sign in to comment.