summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-12-06 12:02:55 +0200
committerLars Wirzenius <liw@liw.fi>2020-12-06 12:02:55 +0200
commitd4b56324963569146091c41ba85f676227b4e6ad (patch)
tree6650f17978e902d9b7e56570a48d722ffda82478
parent7894d44082b861dfaafb409f93fcfc17fa9d594b (diff)
downloadsummain-rs-d4b56324963569146091c41ba85f676227b4e6ad.tar.gz
chore: bump version number beyond 0.22
The last Python version of summain was 0.22 and since this Rust version shares the name for the binary package, we need to have a greater version number.
-rw-r--r--Cargo.toml2
-rw-r--r--debian/changelog2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0849e1f..8b959dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "summain"
-version = "0.2.0"
+version = "0.23.0"
description = "File manifests"
readme = "README.md"
repository = "https://gitlab.com/larswirzenius/summain"
diff --git a/debian/changelog b/debian/changelog
index 3690897..27792d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-summain (0.2.0-1) unstable; urgency=low
+summain (0.23.0-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.