Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions novelwriter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "[email protected]"
__version__ = "2.8rc1"
__hexversion__ = "0x020800c1"
__version__ = "2.9a0"
__hexversion__ = "0x020900a0"
__date__ = "2025-11-30"
__status__ = "Stable"
__domain__ = "novelwriter.io"
Expand Down
4 changes: 2 additions & 2 deletions sample/nwProject.nwx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<novelWriterXML appVersion="2.8rc1" hexVersion="0x020800c1" fileVersion="1.5" fileRevision="6" timeStamp="2025-11-28 09:14:17">
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2306" autoCount="428" editTime="109323">
<novelWriterXML appVersion="2.9a0" hexVersion="0x020900a0" fileVersion="1.5" fileRevision="6" timeStamp="2025-11-30 14:30:16">
<project id="e2be99af-f9bf-4403-857a-c3d1ac25abea" saveCount="2307" autoCount="428" editTime="109330">
<name>Sample Project</name>
<author>Jane Smith</author>
</project>
Expand Down