Skip to content

Commit e6f9e69

Browse files
authored
Merge pull request #4014 from vallsv/bump-to-2.0
Bump to 2.0.dev
2 parents c1fbbbd + f03ffb9 commit e6f9e69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.2-dev{build}
1+
version: 2.0-dev{build}
22

33
# fetch repository as zip archive
44
shallow_clone: true

src/silx/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767

6868
PRERELEASE_NORMALIZED_NAME = {"dev": "a", "alpha": "a", "beta": "b", "candidate": "rc"}
6969

70-
MAJOR = 1
71-
MINOR = 2
70+
MAJOR = 2
71+
MINOR = 0
7272
MICRO = 0
7373
RELEV = "dev" # <16
7474
SERIAL = 0 # <16

0 commit comments

Comments
 (0)