We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5821b62 commit 6aa103dCopy full SHA for 6aa103d
2 files changed
COPYING.txt
@@ -1,4 +1,5 @@
1
Copyright (c) 2006-2012 Filip Wasilewski <http://en.ig.ma/>
2
+Copyright (c) 2012-2015 The PyWavelets Developers <https://github.com/PyWavelets/pywt>
3
4
Permission is hereby granted, free of charge, to any person obtaining a copy of
5
this software and associated documentation files (the "Software"), to deal in
doc/source/conf.py
@@ -49,7 +49,7 @@
49
# The default replacements for |version| and |release|, also used in various
50
# other places throughout the built documents.
51
import pywt
52
-version = re.sub(r'\.dev-.*$', r'.dev', pywt.__version__)
+version = re.sub(r'\.dev0+.*$', r'.dev', pywt.__version__)
53
release = pywt.__version__
54
55
print "PyWavelets (VERSION %s)" % (version,)
0 commit comments