diff --git a/ram/portal/templates/rollingstock.html b/ram/portal/templates/rollingstock.html index 7ec71ae..cac4a1f 100644 --- a/ram/portal/templates/rollingstock.html +++ b/ram/portal/templates/rollingstock.html @@ -54,8 +54,7 @@ {% if rolling_stock.notes %}{% endif %} {% if consists %}{% endif %} - diff --git a/ram/ram/__init__.py b/ram/ram/__init__.py index 32a0afc..2d3c01b 100644 --- a/ram/ram/__init__.py +++ b/ram/ram/__init__.py @@ -1,4 +1,4 @@ from ram.utils import git_suffix -__version__ = "0.9.1" +__version__ = "0.9.2" __version__ += git_suffix(__file__)