summaryrefslogtreecommitdiff
path: root/bumper.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-19 14:51:37 +0000
committerLars Wirzenius <liw@liw.fi>2021-09-19 14:51:37 +0000
commit676c43f0e5da9c06f7f587b84e0bc6dc98c5ba3d (patch)
tree5d5c6cb7a43771f4223fda2aa0980fc2a78a0c06 /bumper.md
parenta189b49e4989d60bf6adbaf19f0e0489cd964d8e (diff)
parente5ce55667326fadf260f97b3ba189f82566f12f4 (diff)
downloadbumper-rs-676c43f0e5da9c06f7f587b84e0bc6dc98c5ba3d.tar.gz
Merge branch 'cleanup' into 'main'HEADmain
chore: drop unnecessary &, as pointed out by clippy See merge request larswirzenius/bumper!24
Diffstat (limited to 'bumper.md')
-rw-r--r--bumper.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/bumper.md b/bumper.md
index d00c08c..ab3cae6 100644
--- a/bumper.md
+++ b/bumper.md
@@ -1,3 +1,21 @@
+---
+title: bumper &ndash; set version number for a project
+author: Lars Wirzenius
+documentclass: report
+template: python
+bindings:
+- subplot/bumper.yaml
+- lib/files.yaml
+- lib/runcmd.yaml
+functions:
+- subplot/bumper.py
+- lib/files.py
+- lib/runcmd.py
+classes:
+- ini
+...
+
+
# Introduction
Bumper is a small utility for updating the version number when making
@@ -163,21 +181,3 @@ setup(
name="vmdb2",
)
~~~
-
-
----
-title: bumper &ndash; set version number for a project
-author: Lars Wirzenius
-documentclass: report
-template: python
-bindings:
-- subplot/bumper.yaml
-- subplot/vendored/files.yaml
-- subplot/vendored/runcmd.yaml
-functions:
-- subplot/bumper.py
-- subplot/vendored/files.py
-- subplot/vendored/runcmd.py
-classes:
-- ini
-...