From 00ac0f11652185d85612b2b4ac040c8daf25da26 Mon Sep 17 00:00:00 2001 From: Michael F Date: Thu, 21 Sep 2023 11:17:47 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30eeeb..e794481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [23.09/1.7.2] 2023-09-21 +## [23.09/1.7.3] 2023-09-21 ### fixed - setup automatic pypi publish with github actions diff --git a/Makefile b/Makefile index 84a988c..6243a15 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL := /bin/bash PROJECT := graphsense-lib VENV := venv RELEASE := 'v23.09' -RELEASESEM := 'v1.7.2' +RELEASESEM := 'v1.7.3' all: format lint test build