Skip to content

Commit 86eb046

Browse files
committed
Changing version numbers for 4.0 beta release to comply with PEP440
1 parent a756755 commit 86eb046

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/sphinx-docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '4.0.0'
62+
version = '4.0'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '4.0.0-beta'
64+
release = '4.0b1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

sasview/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Notes
44
1- Features
55
===========
66

7-
- New in Version 4.0.0-beta
7+
- New in Version 4.0 beta 1
88
--------------------
99
This beta adds support for the magnetic and multilevel models of 3.1.2
1010
and along with a host of bug fixes found in the alpha.

sasview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.0-beta"
1+
__version__ = "4.0b1"
22
__build__ = "GIT_COMMIT"
33
try:
44
import subprocess

0 commit comments

Comments
 (0)