summaryrefslogtreecommitdiff
path: root/bumper.md
diff options
context:
space:
mode:
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 – 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 – 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
-...