Skip to content

Commit

Permalink
Release 3.0.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jun 6, 2016
1 parent 5576146 commit 8f311a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/appveyor/run_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir C:\projects\tmp
cd C:\projects\tmp

:: Install the package we created
conda install -q -y --use-local spyder==3.0.0b2
conda install -q -y --use-local spyder==3.0.0b3

:: Install extra packages
conda install -q -y %EXTRA_PACKAGES%
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/conda-recipes/spyder/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spyder
version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('v', '') }} [unix]
version: 3.0.0b2 [win]
version: 3.0.0b3 [win]

build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} [unix]
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/travis/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$USE_CONDA" = true ] ; then
cd ~/tmp

# Install and run the package
conda install --use-local spyder==3.0.0b2
conda install --use-local spyder==3.0.0b3

# Install extra packages
conda install -q $EXTRA_PACKAGES
Expand Down
2 changes: 1 addition & 1 deletion spyderlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

version_info = (3, 0, 0, "dev0")
version_info = (3, 0, "0b3")

__version__ = '.'.join(map(str, version_info))
__license__ = __doc__
Expand Down

0 comments on commit 8f311a4

Please sign in to comment.