Skip to content

Commit

Permalink
[fix](version) release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Apr 23, 2024
1 parent 04a802d commit e2c4490
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------

Expand Down
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
)
2 changes: 1 addition & 1 deletion update_version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Usage:
# ./update_version.sh 0.7.0
# ./update_version.sh 0.10.0
#

git flow release start $1
Expand Down

0 comments on commit e2c4490

Please sign in to comment.