summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Haldane <allan.haldane@gmail.com>2018-04-28 13:47:26 -0400
committerAllan Haldane <allan.haldane@gmail.com>2018-04-28 13:55:50 -0400
commit29e175269624493114f77cceff93486271f9efff (patch)
treed08dfe64ef53f11d14ff2992832e4bcc2259af4a
parent73299826729be58cec179b52c656adfcaefada93 (diff)
downloadnumpy-29e175269624493114f77cceff93486271f9efff.tar.gz
REL: set version to 1.14.4-dev
-rw-r--r--pavement.py4
-rwxr-xr-xsetup.py6
2 files changed, 5 insertions, 5 deletions
diff --git a/pavement.py b/pavement.py
index 879740341..3a17b0d8f 100644
--- a/pavement.py
+++ b/pavement.py
@@ -98,8 +98,8 @@ finally:
RELEASE_NOTES = 'doc/release/1.14.3-notes.rst'
# Start/end of the log (from git)
-LOG_START = 'v1.14.2'
-LOG_END = 'v1.14.3'
+LOG_START = 'v1.14.3'
+LOG_END = 'maintenance/1.14.x'
#-------------------------------------------------------
diff --git a/setup.py b/setup.py
index 6df3dbe02..37ec64bc1 100755
--- a/setup.py
+++ b/setup.py
@@ -63,9 +63,9 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 14
-MICRO = 3
-ISRELEASED = True
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+MICRO = 4
+ISRELEASED = False
+VERSION = '%d.%d.%d-dev' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string