From 8cb04c71a6ac828f97e56133609a977910249725 Mon Sep 17 00:00:00 2001 From: top-on Date: Thu, 18 Jan 2024 23:28:50 +0100 Subject: [PATCH] release 0.7.3 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e7020..fad2661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.7.3] - 2024-01-18 ### Changed - output ratings and optimization in table format ### Fixed diff --git a/pyproject.toml b/pyproject.toml index dde6ddf..6747b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "optimal-congress" -version = "0.7.2" +version = "0.7.3" description = "CLI to find an optimal, personal schedule for the 37c3 congress." homepage = "https://github.com/top-on/optimal-congress" authors = ["top-on "]