Skip to content

Commit

Permalink
Prepare release v0.14.0 (#253)
Browse files Browse the repository at this point in the history
* update changelog

* bump version to v0.14.0

* update changelog

* add Python 3.10 to Conda build script

* update changelog

* update conda build on GHA for 3.10

* changelog: correct release date
  • Loading branch information
luisfabib authored Apr 9, 2022
1 parent 9f50067 commit 2844b54
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
subdir: 'conda.recipe'
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'osx-64 linux-32 linux-64 win-32 win-64'
python: '3.6 3.7 3.8 3.9'
python: '3.6 3.7 3.8 3.9 3.10'
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.14.0-dev
v0.14.0
2 changes: 1 addition & 1 deletion conda.recipe/package_conda.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set versions=3.6 3.7 3.8 3.9
set versions=3.6 3.7 3.8 3.9 3.10
set platforms=osx-64 linux-32 linux-64 win-32 win-64

:: Get the path to the Anaconda executable
Expand Down
Loading

0 comments on commit 2844b54

Please sign in to comment.