Skip to content

Commit dc08600

Browse files
authored
Merge pull request #43 from Tieqiong/ver
Bump fallback_version
2 parents 1785ad7 + 01bd9e4 commit dc08600

File tree

9 files changed

+4
-4
lines changed

9 files changed

+4
-4
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exclude =
66
__pycache__,
77
build,
88
dist,
9-
doc/source/conf.py
9+
docs/source/conf.py
1010
site_scons/* # bring it back after updating scons tools
1111
max-line-length = 115
1212
# Ignore some style 'errors' produced while formatting by 'black'

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
/.gitignore export-ignore
33
/.travis* export-ignore
44
/conda-recipe/ export-ignore
5-
/doc export-ignore
5+
/docs export-ignore
66
gitarchive.cfg export-subst
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

site_scons/fallback_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Update FALLBACK_VERSION when tagging a new release.
88
"""
99

10-
FALLBACK_VERSION = "1.4.0.post0"
10+
FALLBACK_VERSION = "1.4.1rc1.post0"

src/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ env_lib = env.Clone()
157157
# Setup GSL, the GNU Scientific library.
158158
# The dladdr call in runtimepath.cpp requires the dl library for Windows.
159159
if env['has_objcryst'] == True:
160-
env_lib.AppendUnique(LIBS=['dl', 'gsl', 'gslcblas','boost_serialization', 'libobjcryst'])
160+
env_lib.AppendUnique(LIBS=['dl', 'gsl', 'gslcblas','boost_serialization', 'libObjCryst'])
161161
else:
162162
env_lib.AppendUnique(LIBS=['dl', 'gsl', 'gslcblas','boost_serialization'])
163163

0 commit comments

Comments
 (0)