Skip to content

Commit 80cb275

Browse files
jpichonmergify[bot]
authored andcommitted
Fix RST formatting error preventing uploads to Pypi
Because of an extraneous space in the HISTORY.rst header for 0.2.4, the file fails to parse with the following error: <string>:50: (WARNING/2) Block quote ends without a blank line; unexpected unindent. Because we use both the README and the HISTORY file in the long_description package information, Pypi rejects the upload. This fixes this.
1 parent f68bbd9 commit 80cb275

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ History
4646
* Added checkout parameter to branch creation and hard reset functions
4747

4848

49-
0.2.4 (2021-01-11)
49+
0.2.4 (2021-01-11)
5050
------------------
5151

5252
* Added new function to cherry-pick a given commit
5353
* New parameter added to apply_patch() to preserve square brackets in commit messages
5454
* Added new function to grep logs
5555
* Deprecated location of other log functions in GitBranch, they should now be called from GitLog
56+
57+
0.2.4.1 (2021-01-11)
58+
--------------------
59+
60+
* Fix RST formatting issue to unbreak Pypi uploads

0 commit comments

Comments
 (0)