Skip to content

Commit

Permalink
set ON release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Nov 17, 2020
1 parent 23e0ecd commit b76599f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.10.4.{build}'
branches:
only:
- /v3.10.4/
- dev
# - dev
cache:
- '%LOCALAPPDATA%\pip\Cache'
environment:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:
only:
- v3.10.4
- master
- dev
# - dev

matrix:

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ v3.10.0, 2020-03-23 -- Add a 'classify' service (oclc.org).
v3.10.1, 2020-05-18 -- Add a 'wiki' (wikipedia) provider for metadata and editions.
v3.10.2, 2020-05-26 -- Fix 'goob' and 'wiki' quirks (issue #64 and #65).
v3.10.3, 2020-05-27 -- Delete a (quick debug) print statement.
v3.10.4, 2020-05-27 -- TENTATIVE
v3.10.4, 2020-05-27 -- Add 'Isbn' and fix #67.

0 comments on commit b76599f

Please sign in to comment.