From 29fc25e62808915d38bbcbff96f094388469099e Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 1 Feb 2020 02:38:56 -0500 Subject: [PATCH] v1.1.3 --- doc/release-checklist.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 69e8833e1..d3af5ffdd 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -1,6 +1,5 @@ * `for i in CMakeLists.txt doc/man/man*/* doc/man/index.html python/setup.py rust/*/Cargo.toml rust/libnotcurses-sys/build.rs ; do sed -i -e "s/x.y.z/$VERSION/g" $i ; done` * Finalize Debian changelog with `dch -r` -* Update version in rust/Cargo.toml * git commit -a -m v$VERSION * Verify that Debian package builds properly * git clean -d -f -x