Skip to content

Commit 6aa103d

Browse files
committed
MAINT: update COPYING.txt and the dev-version string in html docs.
1 parent 5821b62 commit 6aa103d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

COPYING.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Copyright (c) 2006-2012 Filip Wasilewski <http://en.ig.ma/>
2+
Copyright (c) 2012-2015 The PyWavelets Developers <https://github.com/PyWavelets/pywt>
23

34
Permission is hereby granted, free of charge, to any person obtaining a copy of
45
this software and associated documentation files (the "Software"), to deal in

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# The default replacements for |version| and |release|, also used in various
5050
# other places throughout the built documents.
5151
import pywt
52-
version = re.sub(r'\.dev-.*$', r'.dev', pywt.__version__)
52+
version = re.sub(r'\.dev0+.*$', r'.dev', pywt.__version__)
5353
release = pywt.__version__
5454

5555
print "PyWavelets (VERSION %s)" % (version,)

0 commit comments

Comments
 (0)