diff --git a/CHANGELOG.md b/CHANGELOG.md index 091ecf1c..3c1bb25d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # novelWriter Change Log +## Version 1.0 [2021-01-03] + + + ## Version 1.0 Release Candidate 2 [2020-12-13] ### Release Notes diff --git a/docs/source/conf.py b/docs/source/conf.py index 25b17b8a..13d8b2ce 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ author = "Veronica Berglyd Olsen" # The short X.Y version version = "1.0" # The full version, including alpha/beta/rc tags -release = "1.0-rc2" +release = "1.0" # -- General configuration --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index cb4eb949..1ec42c2d 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -63,10 +63,10 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "1.0rc2" -__hexversion__ = "0x010000c2" -__date__ = "2020-12-13" -__status__ = "Beta" +__version__ = "1.0" +__hexversion__ = "0x010000f0" +__date__ = "2021-01-03" +__status__ = "Stable" __domain__ = "novelwriter.io" __url__ = "https://novelwriter.io" __sourceurl__ = "https://github.com/vkbo/novelWriter"