Skip to content

Commit

Permalink
Update version number in more places
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Dec 5, 2019
1 parent d198c1a commit e402bdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ If you have any problems, you can [report an issue via GitHub](https://github.co
Making a release
----------------

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

nix-build nix -A release-zip
Expand Down
2 changes: 1 addition & 1 deletion book/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
copyright = u'2019, Joachim Breitner'
author = u'Joachim Breitner'

version = u'1.8.1'
version = u'1.9'
release = version

language = 'de'
Expand Down
2 changes: 1 addition & 1 deletion nix/tttool.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
flags = {};
package = {
specVersion = "1.10";
identifier = { name = "tttool"; version = "1.8.1"; };
identifier = { name = "tttool"; version = "1.9"; };
license = "MIT";
copyright = "2013-2019 Joachim Breitner";
maintainer = "mail@joachim-breitner.de";
Expand Down

0 comments on commit e402bdb

Please sign in to comment.