From 9fcc0ded5643c6db4c6d15aafdd70d78806a0546 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Tue, 29 Aug 2023 15:46:04 +0200 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 2 +- scraper/src/fcc2zim/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc3161..acd2833 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] +## [1.0.0] - 2023-08-29 ### Added - Initial version, supporting only Javascript challenges diff --git a/scraper/src/fcc2zim/__about__.py b/scraper/src/fcc2zim/__about__.py index 4e8976a..5becc17 100644 --- a/scraper/src/fcc2zim/__about__.py +++ b/scraper/src/fcc2zim/__about__.py @@ -1 +1 @@ -__version__ = "1.0.0-dev0" +__version__ = "1.0.0"