From 7a98f99a8e3a12ba1db0a45e203f049ad1b70f18 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 31 Aug 2023 09:02:25 +0200 Subject: [PATCH] Release 1.1.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 a1b2af9..5cccbc8 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.1.0] - 2023-08-31 ### Changed - Remove "_dir" or "-dir" prefix from input flag and variables/arguments names diff --git a/scraper/src/fcc2zim/__about__.py b/scraper/src/fcc2zim/__about__.py index f4c3a84..6849410 100644 --- a/scraper/src/fcc2zim/__about__.py +++ b/scraper/src/fcc2zim/__about__.py @@ -1 +1 @@ -__version__ = "1.1.0-dev0" +__version__ = "1.1.0"