8000
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 5c20a5a commit 7329982Copy full SHA for 7329982
pavement.py
@@ -95,11 +95,11 @@
95
#-----------------------------------
96
97
# Source of the release notes
98
-RELEASE_NOTES = 'doc/release/1.14.0-notes.rst'
+RELEASE_NOTES = 'doc/release/1.14.3-notes.rst'
99
100
# Start/end of the log (from git)
101
-LOG_START = 'maintenance/1.13.x'
102
-LOG_END = 'master'
+LOG_START = 'v1.14.2'
+LOG_END = 'v1.14.3'
103
104
105
#-------------------------------------------------------
setup.py
@@ -63,8 +63,8 @@
63
64
MAJOR = 1
65
MINOR = 14
66
-MICRO = 0
67
-ISRELEASED = False
+MICRO = 3
+ISRELEASED = True
68
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
69
70
0 commit comments