Skip to content

Commit

Permalink
Preparing 2.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Jul 22, 2015
1 parent 9cae2a8 commit def569a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ eggs
bin bin
develop-eggs develop-eggs
downloads downloads
dist


.Python .Python
.installed.cfg .installed.cfg
Expand Down
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,5 @@
include *.md *.txt *.rst *.ini *.cfg *.py
recursive-include docs *
recursive-include etc *
recursive-include src *

2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ clean:
find . -name "*.pyc" | xargs rm -f find . -name "*.pyc" | xargs rm -f
rm -rf .installed.cfg *.egg-info \ rm -rf .installed.cfg *.egg-info \
bin/ develop-eggs/ eggs/ include/ lib/ local/ parts/ \ bin/ develop-eggs/ eggs/ include/ lib/ local/ parts/ \
pip-selfcheck.json pip-selfcheck.json dist temp


11 changes: 11 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Comt is a free software Web-based text annotation platform.


More info (and a hosted platform) at: <http://www.co-ment.com/>. More info (and a hosted platform) at: <http://www.co-ment.com/>.



## Note about this version

This is version 2.6, the last one of the 2.x branch.

We don't intend to do further development on it, except fo bug fixes.

If you're interested in the project, either as a user or a potential
contributor, we recommend you try the upcoming 3.0 releases.


## Installation ## Installation


If you're busy, If you're busy,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup( setup(
name="comt", name="comt",
version="2.0a1", version="2.6.0",
url='http://www.co-ment.org', url='http://www.co-ment.org',
license='AGPL3', license='AGPL3',
description="Web-based Text Annotation Application.", description="Web-based Text Annotation Application.",
Expand Down

0 comments on commit def569a

Please sign in to comment.