From ae1eacc4de4767e4ff5ff1b9a7bf4ef47161fe60 Mon Sep 17 00:00:00 2001 From: Marcel Waldvogel Date: Thu, 18 Nov 2021 15:16:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e273d9a..59ddeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -# 0.3.2+ - [Unreleased] +# 1.0.0 - 2021-11-18 ## Added - Automated integration tests -- Statement summary and dxplanation of variables in `Synax` documentation +- Statement summary and dxplanation of variables in `Syntax` documentation ## Fixed diff --git a/setup.cfg b/setup.cfg index b219aa9..15c65a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ project_urls = license = MIT license_files = LICENSE.md classifiers = - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Environment :: Console Intended Audience :: Information Technology Programming Language :: Python :: 3