File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -58,3 +58,8 @@ History
58
58
------------------
59
59
60
60
* Fix RST formatting issue to unbreak Pypi uploads
61
+
62
+ 0.2.6 (2021-02-11)
63
+ ------------------
64
+
65
+ * Add new log function to get a single commit's information
Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ Pushing a new release
76
76
*********************
77
77
78
78
1. Prepare a patch to update the version number (`example `_)
79
+
80
+ You may want to check the HISTORY.rst file renders correctly before
81
+ committing, as the twine upload will fail later if it
82
+ doesn't. Install one of these::
83
+
84
+ # dnf install python3-readme-renderer
85
+ $ pip install readme-renderer
86
+
87
+ Then run the following command::
88
+
89
+ $ python -m readme_renderer README.rst -o /tmp/README.html
90
+
79
91
2. Once that's merged, tag that patch and push the new tag to the repo
80
92
3. Run the following commands::
81
93
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Jason Joyce"""
6
6
__email__ = 'fuzzball81@gmail.com'
7
- __version__ = '0.2.5 '
7
+ __version__ = '0.2.6 '
You can’t perform that action at this time.
0 commit comments