From 080130e68536731b43822421751c19e0cadf67e4 Mon Sep 17 00:00:00 2001 From: Alessandro Ogier Date: Wed, 26 Feb 2020 00:27:53 +0100 Subject: [PATCH] bump 0.1.2 --- CHANGELOG.md | 2 +- chachacha/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c0bbd..5044667 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.1.2] - 2020-02-26 ### Added diff --git a/chachacha/__init__.py b/chachacha/__init__.py index 485f44a..b3f4756 100644 --- a/chachacha/__init__.py +++ b/chachacha/__init__.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"