Skip to content

Commit e402bdb

Browse files
committed
Update version number in more places
1 parent d198c1a commit e402bdb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Building.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ If you have any problems, you can [report an issue via GitHub](https://github.co
3838
Making a release
3939
----------------
4040

41-
1. Ensure that the version number in `tttool.cabal` is up-to-date
41+
1. Ensure that the version number is up-to-date in:
42+
`Changelog.md`, `tttool.cabal`, `book/conf.py`, `nix/tttool.nix`
4243
2. Run
4344

4445
nix-build nix -A release-zip

book/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
copyright = u'2019, Joachim Breitner'
1616
author = u'Joachim Breitner'
1717

18-
version = u'1.8.1'
18+
version = u'1.9'
1919
release = version
2020

2121
language = 'de'

nix/tttool.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
flags = {};
1515
package = {
1616
specVersion = "1.10";
17-
identifier = { name = "tttool"; version = "1.8.1"; };
17+
identifier = { name = "tttool"; version = "1.9"; };
1818
license = "MIT";
1919
copyright = "2013-2019 Joachim Breitner";
2020
maintainer = "[email protected]";

0 commit comments

Comments
 (0)