Description: Normalize version number to format recognized by setup.py
 This change has been adopted also upstream with version 1.3.0.dev in
 commit aa71a26, but it is still invalid, so dropping the "dev" at all.
Origin: upstream, https://github.com/kwgoodman/bottleneck/commit/aa71a26fe5ef4127df86276c1ee6b5ba8f6dcc5b
Bug-Debian: https://bugs.debian.org/851520
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: not-needed
Last-Update: 2017-01-18

--- a/bottleneck/version.py
+++ b/bottleneck/version.py
@@ -1,4 +1,4 @@
 "Bottleneck version"
 
 # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
-__version__ = "1.2.0dev"
+__version__ = "1.2.0"
