From 6db1170971389adc2a77973bc0f4a8022fe241eb Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 12 Nov 2023 14:05:53 +1100 Subject: [PATCH] bump to v0.2.0 Signed-off-by: Navid Yaghoobi --- Makefile | 4 ---- VERSION | 2 +- docs/conf.py | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index cd8ee4f..24797e4 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,8 @@ BIN := ./bin GO := go -TARGET := gopensky SRC = $(shell find . -type f -name '*.go' -not -path "./vendor/*") PRE_COMMIT = $(shell command -v bin/venv/bin/pre-commit ~/.local/bin/pre-commit pre-commit | head -n1) PKG_MANAGER ?= $(shell command -v dnf yum|head -n1) -BUILDFLAGS := -mod=vendor $(BUILDFLAGS) -VERSION = $(shell cat VERSION | grep VERSION | cut -d'=' -f2) -REVISION = $(shell cat VERSION | grep REVISION | cut -d'=' -f2) #================================================= # Build binary, documents diff --git a/VERSION b/VERSION index ca878ab..d2dbc0d 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ VERSION=0.2.0 -REVISION=dev.1 +REVISION=1 diff --git a/docs/conf.py b/docs/conf.py index 6773bbb..fa6841c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.