Skip to content

Commit

Permalink
v0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall C. O'Reilly committed Jun 27, 2022
1 parent 21ebc8c commit 1daf6fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gopath-update:
go get -u ./...

# NOTE: MUST update version number here prior to running 'make release' and edit this file!
VERS=v0.4.2
VERS=v0.4.3
PACKAGE=main
GIT_COMMIT=`git rev-parse --short HEAD`
VERS_DATE=`date -u +%Y-%m-%d\ %H:%M`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Options:
-user="": username on https://www.pypa.io/en/latest/ for package name suffix
-version="0.1.0": semantic version number -- can use e.g., git to get this from tag and pass as argument
-vm="python": path to python interpreter
-dynamic-link=false: whether to link output shared library dynamically to Python


$ gopy help exe
Expand Down
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package main

const (
Version = "v0.4.2"
GitCommit = "406f982" // the commit JUST BEFORE the release
VersionDate = "2022-06-19 09:05" // UTC
Version = "v0.4.3"
GitCommit = "21ebc8c" // the commit JUST BEFORE the release
VersionDate = "2022-06-27 06:42" // UTC
)

0 comments on commit 1daf6fb

Please sign in to comment.