From e2c449011c2088187063389dc80b078d5f010fe7 Mon Sep 17 00:00:00 2001 From: areski Date: Tue, 23 Apr 2024 09:22:12 +0200 Subject: [PATCH] [fix](version) release prep --- README.rst | 4 ---- setup.py | 7 +++++++ update_version.sh | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index abb7898..3730740 100644 --- a/README.rst +++ b/README.rst @@ -9,10 +9,6 @@ Django Wrapper for NVD3 - It's time for beautiful charts NVD3 is an attempt to build re-usable charts and chart components for d3.js without taking away the power that d3.js gives you. - -.. image:: https://travis-ci.org/areski/django-nvd3.svg?branch=develop - :target: https://travis-ci.org/areski/django-nvd3 - Installation ------------ diff --git a/setup.py b/setup.py index cff143d..65ee5ff 100644 --- a/setup.py +++ b/setup.py @@ -50,5 +50,12 @@ def readfile(filename): 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], ) diff --git a/update_version.sh b/update_version.sh index a3891fd..7238a0e 100755 --- a/update_version.sh +++ b/update_version.sh @@ -1,6 +1,6 @@ # # Usage: -# ./update_version.sh 0.7.0 +# ./update_version.sh 0.10.0 # git flow release start $1