From 3a9ac9354d97194d072d3b2d64dfcf723ece5a90 Mon Sep 17 00:00:00 2001 From: Jeremy Grifski Date: Mon, 16 May 2022 11:40:17 -0400 Subject: [PATCH] Incremented version --- docs/changelog.rst | 7 +++++++ setup.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6129526..ccaa924 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog Below you'll find all the changes that have been made to the code with newest changes first. +0.12.x +------ + +* v0.12.0 + * Reworked the way project names are parsed to support new naming conventions + * Cleaned up error logs for readability + 0.11.x ------- diff --git a/setup.py b/setup.py index 5ed0569..9303b52 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ long_description = fh.read() MAJOR = 0 -MINOR = 11 -PATCH = 2 +MINOR = 12 +PATCH = 0 name = "subete" version = f"{MAJOR}.{MINOR}"