File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+
5
+ Version 0.8.3
6
+ -------------
7
+
8
+ :Date: July 13, 2022
9
+
10
+ Making the release properly and uploading it to PyPI.
11
+
12
+
13
+ Version 0.8.2
14
+ -------------
15
+
16
+ :Date: July 13, 2022
17
+
18
+ Mistake while releasing with bumpver.
19
+
4
20
Version 0.8.1
5
21
-------------
6
22
Original file line number Diff line number Diff line change 1
- __version__ = "0.8.2 "
1
+ __version__ = "0.8.3 "
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ keywords=[
18
18
dependencies = [
19
19
" sphinx >=1.8" ,
20
20
]
21
- version = " 0.8.2 "
21
+ version = " 0.8.3 "
22
22
readme = " README.rst"
23
23
license = {file = " LICENSE" }
24
24
classifiers = [
@@ -70,7 +70,7 @@ exclude = [
70
70
]
71
71
72
72
[tool .bumpver ]
73
- current_version = " 0.8.2 "
73
+ current_version = " 0.8.3 "
74
74
version_pattern = " MAJOR.MINOR.PATCH"
75
75
commit_message = " Release {new_version}"
76
76
commit = true
You can’t perform that action at this time.
0 commit comments