Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Feb 20, 2023
1 parent 9c2bee4 commit aa426b7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ create new extractors.
Install using pip (for most recent versions see: https://pypi.org/project/pyclowder/):

```
pip install pyclowder==2.6.0
pip install pyclowder==2.7.0
```

Install pyClowder on your system by cloning this repo:
Expand Down
2 changes: 1 addition & 1 deletion description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation
Install using pip (for most recent versions see: https://pypi.org/project/pyclowder/):

```
pip install pyclowder==2.6.0
pip install pyclowder==2.7.0
```

Install pyClowder on your system by cloning this repo:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.6'
version = u'2.7'
# The full version, including alpha/beta/rc tags.
release = u'2.6.0'
release = u'2.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion sample-extractors/wordcount/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyclowder==2.6.0
pyclowder==2.7.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pyclowder',
version='2.6.0',
version='2.7.0',
description='Python SDK for the Clowder Data Management System',
long_description=long_description,

Expand Down
3 changes: 1 addition & 2 deletions version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

VERSION=${1:-2.5.1}

VERSION=$(awk '/^## / { print $2 }' CHANGELOG.md | head -1)
MAJOR=${VERSION%.*}

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

0 comments on commit aa426b7

Please sign in to comment.