From 808fb3b4ae62fddd19624c0d0759cd653420ebc7 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 1 Oct 2019 11:35:41 -0300 Subject: [PATCH] changing version and CHANGELOG date --- CHANGELOG.md | 2 +- bauh/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3af6cfa..08b65130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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/). -## [0.6.2] 2019-09- +## [0.6.2] 2019-10-01 ### Improvements - Update notifications showing the number of updates by type as well ( if there are from more than one packaging type ) - AUR: diff --git a/bauh/__init__.py b/bauh/__init__.py index 68a0a495..3f5655f4 100644 --- a/bauh/__init__.py +++ b/bauh/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.6.1' +__version__ = '0.6.2' __app_name__ = 'bauh' import os