commit 93bf40fae97a4d5ad9a5b54515f103b08837b9b4
parent 1044b37dc1a815ebd0fbc2f6e4219e2c8009b95d
Author: Daniel Moch <daniel@danielmoch.com>
Date: Thu, 20 Dec 2018 05:36:54 -0500
Bump version
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
@@ -6,8 +6,10 @@ All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog [1], and this project adheres to
Semantic Versioning [2].
-Unreleased [3]
+v1.0.5 – 2018-12-20 [3]
----------
+Changed
+- Corrected git.danielmoch.com links
v1.0.4 – 2018-12-01 [4]
-------------------
@@ -72,7 +74,7 @@ Added
[1] - https://keepachangelog.com/en/1.0.0/
[2] - https://semver.org/spec/v2.0.0.html
-[3] - https://git.danielmoch.com/hookmeup/diff/?id=master&id2=v1.0.4
+[3] - https://git.danielmoch.com/hookmeup/diff/?id=v1.0.5&id2=v1.0.4
[4] - https://git.danielmoch.com/hookmeup/diff/?id=v1.0.4&id2=v1.0.3
[5] - https://git.danielmoch.com/hookmeup/diff/?id=v1.0.3&id2=v1.0.2
[6] - https://git.danielmoch.com/hookmeup/diff/?id=v1.0.2&id2=v1.0.1
diff --git a/hookmeup/__init__.py b/hookmeup/__init__.py
@@ -9,7 +9,7 @@
from .hookmeup import HookMeUpError
__author__ = 'Daniel Moch'
-__version__ = '1.0.4'
+__version__ = '1.0.5'
def main():
"""Main hookmeup entrypoint"""