Skip to content

Commit

Permalink
Release notes, version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
barometz committed Aug 25, 2023
1 parent d5906aa commit 0b35a33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/Installer.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ###########################
#define Release "1.16.3"
#define Release "1.16.4"
// ###########################

#define AppName "voyager"
Expand Down
3 changes: 3 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release notes

### [1.16.4]
- Use a persistent HTTP connection to make `voyager install` faster.

### [1.16.3]
- Preserve symlinks during `voyager deploy`.

Expand Down
2 changes: 1 addition & 1 deletion voyager/voyager.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import voyager.doc as doc_server
import voyager.package_update as package_updater

VERSION = "1.16.3"
VERSION = "1.16.4"


@click.group()
Expand Down

0 comments on commit 0b35a33

Please sign in to comment.