File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
- Ville Weijo (@vweijo )
12
12
- Ward Poelmans (@wpoely86 )
13
13
14
- This list was obtained 2018-05-01 by running ` git shortlog -sn `
14
+ This list was obtained 2018-05-02 by running ` git shortlog -sn `
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
- ## [ Version 1.2.1] - 2018-05-01
5
+ ## [ Version 1.2.1] - 2018-05-02
6
6
7
7
### Fixed
8
8
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ tags as are created with the `GitHub interface
286
286
* Delete tag::
287
287
288
288
>>> git tag -d v1.1.12
289
- >>> git push origin :refs/tags/v1.1a1
289
+ >>> git push origin :refs/tags/v1.1.12
290
290
291
291
* Pull tags::
292
292
Original file line number Diff line number Diff line change 1
1
__version__ = '1.2.1'
2
- __version_long = '1.2.1+a7f13ef '
2
+ __version_long = '1.2.1+zzzzzzz '
3
3
__version_upcoming_annotated_v_tag = '1.2.2'
4
4
__version_most_recent_release = '1.2.0'
5
5
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def reconcile_and_compute_version_output(quiet=False):
131
131
# numerical comparisons such as M.m.p.t and thus can't handle
132
132
# prereleases and dev snapshots. We compute a Most Recent Ancestral
133
133
# Release tag (e.g., 1.0 or 1.12.1) for a backward release series.
134
- backwardseries = mobj .group ('forwardseries ' )
134
+ backwardseries = mobj .group ('tag ' )
135
135
if mobj .group ('prere' ):
136
136
backwardseries = meta_most_recent_release
137
137
else :
You can’t perform that action at this time.
0 commit comments