File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed
Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ create new extractors.
1515Install using pip (for most recent versions see: https://pypi.org/project/pyclowder/ ):
1616
1717```
18- pip install pyclowder==2.6 .0
18+ pip install pyclowder==2.7 .0
1919```
2020
2121Install pyClowder on your system by cloning this repo:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Installation
1414Install using pip (for most recent versions see: https://pypi.org/project/pyclowder/):
1515
1616```
17- pip install pyclowder==2.6 .0
17+ pip install pyclowder==2.7 .0
1818```
1919
2020Install pyClowder on your system by cloning this repo:
Original file line number Diff line number Diff line change 5757# built documents.
5858#
5959# The short X.Y version.
60- version = u'2.6 '
60+ version = u'2.7 '
6161# The full version, including alpha/beta/rc tags.
62- release = u'2.6 .0'
62+ release = u'2.7 .0'
6363
6464# The language for content autogenerated by Sphinx. Refer to documentation
6565# for a list of supported languages.
Original file line number Diff line number Diff line change 1- pyclowder == 2.6 .0
1+ pyclowder == 2.7 .0
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'pyclowder' ,
11- version = '2.6 .0' ,
11+ version = '2.7 .0' ,
1212 description = 'Python SDK for the Clowder Data Management System' ,
1313 long_description = long_description ,
1414
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- VERSION=${1:- 2.5.1}
4-
3+ VERSION=$( awk ' /^## / { print $2 }' CHANGELOG.md | head -1)
54MAJOR=${VERSION% .* }
65
76sed -i~ " s/## unreleased.*/## ${VERSION} - $( date +' %Y-%m-%d' ) /i" CHANGELOG.md
You can’t perform that action at this time.
0 commit comments