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