From 92f46456481c187cf0330958c8eac1ba523f5945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Bult=C3=A9?= Date: Tue, 2 Oct 2018 16:50:01 +0200 Subject: [PATCH] Bump version 1.0.0 --- CHANGELOG.md | 2 +- udata_tabular_preview/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbc687..60bf818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## Current (in progress) +## 1.0.0 (2018-10-02) Initial release diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index dce9c15..3bc04fb 100644 --- a/udata_tabular_preview/__init__.py +++ b/udata_tabular_preview/__init__.py @@ -6,5 +6,5 @@ ''' from __future__ import unicode_literals -__version__ = '0.1.0.dev' +__version__ = '1.0.0' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'