File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Steps to update the version:
1111
1212* Decide on a new version number.
1313* Bump ` __version__ ` in ` __init__.py ` .
14+ * Bump version in ` pyproject.toml ` .
1415* ` make DOCS.md ` .
1516* Push/merge new code into main branch.
1617* On github, make a new release with a new tag.
@@ -26,6 +27,14 @@ Plans:
2627* [ ] Axis ticks and tick labels for scatter plots.
2728* [ ] Labels and ticks for bar/column charts and histograms.
2829
30+ Version 0.2.1:
31+ --------------
32+
33+ Fix:
34+
35+ * Regenerate documentation.
36+ * Update version number properly.
37+
2938Version 0.2.0:
3039--------------
3140
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ Repository:
186186* [x] Set up project, installable via git.
187187* [x] A simple example for the quick-start guide.
188188* [x] Changelog.
189- * [ ] Version numbering and keep main branch working.
189+ * [x ] Version numbering and keep main branch working.
190190* [ ] List on PyPI.
191191
192192Advanced features roadmap
Original file line number Diff line number Diff line change 11[project ]
22name = " matthewplotlib"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44authors = [
55 {
name =
" Matthew Farrugia-Roberts" ,
email =
" [email protected] " },
66]
You can’t perform that action at this time.
0 commit comments