Skip to content

Commit 8f6be19

Browse files
correct changelog, fixes #319
1 parent 3ef897a commit 8f6be19

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
v3.2.0
2+
======
3+
4+
* fix #303 and #283 by adding the option ``git_describe_command`` to allow the user to control the
5+
way that `git describe` is called.
6+
17
v3.1.0
28
=======
39

410
* fix #297 - correct the invocation in version_from_scm and deprecate it as its exposed by accident
511
* fix #298 - handle git file listing on empty repositories
612
* fix #268 - deprecate ScmVersion.extra
7-
* fix #303 and #283 by adding the option `git_describe_command` to allow the user to control the
8-
way that `git describe` is called.
13+
914

1015
v3.0.6
1116
======
@@ -14,7 +19,7 @@ v3.0.6
1419
v3.0.5
1520
======
1621

17-
* fix #292 - match leading 'V' character as well
22+
* fix #292 - match leading ``V`` character as well
1823

1924
https://www.python.org/dev/peps/pep-0440/#preceding-v-character
2025

0 commit comments

Comments
 (0)