Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
New minor release 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Nov 18, 2015
1 parent cadb434 commit dfd1abd
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Binary file removed dist/laf-fabric-4.5.4.tar.gz
Binary file not shown.
Binary file added dist/laf-fabric-4.5.5.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
project = u'LAF Fabric'
copyright = u'2013, Dirk Roorda'
version = '4.5'
release = '4.5.4'
release = '4.5.5'
exclude_patterns = ['_build']
add_function_parentheses = True
add_module_names = False
Expand Down
2 changes: 1 addition & 1 deletion emdros2laf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import argparse

NAME = 'LAF-Fabric'
VERSION = '4.5.4'
VERSION = '4.5.5'
APIREF = 'http://laf-fabric.readthedocs.org/en/latest/texts/API-reference.html'
DEFAULT_DATA_DIR = 'laf-fabric-data'
MAIN_CFG = 'laf-fabric.cfg'
Expand Down
2 changes: 1 addition & 1 deletion laf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .timestamp import Timestamp

NAME = 'LAF-Fabric'
VERSION = '4.5.4'
VERSION = '4.5.5'
APIREF = 'http://laf-fabric.readthedocs.org/en/latest/texts/API-reference.html'
FEATDOC = 'https://shebanq.ancient-data.org/static/docs/featuredoc/texts/welcome.html'
MAIN_CFG = 'laf-fabric.cfg'
Expand Down
2 changes: 1 addition & 1 deletion lf-gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
# #
######################################################################
''')
fabric.load(test['source'], 'px', 'extradata',
fabric.load(test['source'], 'para', 'extradata',
{
"xmlids": {"node": False, "edge": False},
"features": ("instruction pargr otype g_word_utf8", ""),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
name='laf-fabric',
version='4.5.4',
version='4.5.5',
author='Dirk Roorda',
author_email='dirk.roorda@dans.knaw.nl',
description='''Tools to read LAF resources (Linguistic Annotation Framework ISO 24612:2012) and analyse them efficiently.
Expand Down

0 comments on commit dfd1abd

Please sign in to comment.