Skip to content

Commit aa426b7

Browse files
committed
version bump
1 parent 9c2bee4 commit aa426b7

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ create new extractors.
1515
Install 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

2121
Install pyClowder on your system by cloning this repo:

description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
Install 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

2020
Install pyClowder on your system by cloning this repo:

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyclowder==2.6.0
1+
pyclowder==2.7.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
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

version.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=${1:-2.5.1}
4-
3+
VERSION=$(awk '/^## / { print $2 }' CHANGELOG.md | head -1)
54
MAJOR=${VERSION%.*}
65

76
sed -i~ "s/## unreleased.*/## ${VERSION} - $(date +'%Y-%m-%d')/i" CHANGELOG.md

0 commit comments

Comments
 (0)