From d31c71381d1fbf270952cc14181e77b5f797292f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Bult=C3=A9?= Date: Fri, 6 Sep 2019 12:42:29 +0200 Subject: [PATCH] Bump version 0.1.0 --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b8c82f..f563c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 0.1.0 (2019-09-06) - Upgrade to Quart-0.9.1 :warning: requires python-3.7 [#21](https://github.com/opendatateam/csvapi/pull/21) - Parse hours, SIREN and SIRET as text [#42](https://github.com/opendatateam/csvapi/pull/42) diff --git a/setup.py b/setup.py index 4017cff..b58bd5b 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def pip(filename): long_description_content_type='text/markdown', author='Opendata Team', author_email='opendatateam@data.gouv.fr', - version='0.0.10.dev', + version='0.1.0', license='MIT', url='https://github.com/opendatateam/csvapi', packages=find_packages(),