Skip to content

Commit 0a2d56c

Browse files
author
Daniele Bernardini
committed
3.0.1 online
changed gitignore manifest and metadata
1 parent d05b345 commit 0a2d56c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
*.pyc
33
.DS_Store
44
.idea
5+
build/*
6+
dist/*

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include *.txt *.py
1+
include *.txt *.py *.md
22
include docs/*.rst
33
exclude *.pyc
44
recursive-include testtinymce *

metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = 'tinymce4'
22
authors = 'Joost Cassee, Aljosa Mohorovic'
3-
version = '3.0'
3+
version = '3.0.1'
44
release = version

0 commit comments

Comments
 (0)