Skip to content

Commit 46c2a11

Browse files
committed
fix version numbers
1 parent 78ba7d6 commit 46c2a11

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2938
Version 0.2.0:
3039
--------------
3140

DOCS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

192192
Advanced features roadmap

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "matthewplotlib"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = [
55
{ name="Matthew Farrugia-Roberts", email="[email protected]" },
66
]

0 commit comments

Comments
 (0)