From 168b424df705b38cc3b1c6b64ff135dfa0c57e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Fri, 27 Oct 2023 22:46:19 +0200 Subject: [PATCH] Bump version --- ram/portal/templates/rollingstock.html | 3 +-- ram/ram/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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__)