From 264ef45cb2c23571ef6160cb2dc889e86c7962e0 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Tue, 18 Sep 2018 21:17:01 +0000 Subject: [PATCH] =?UTF-8?q?v0.4.1=20=E2=80=94=20Support=20javaproperties?= =?UTF-8?q?=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Drop support for Python 2.6 and 3.3 - Support `javaproperties` 0.5.0 --- CHANGELOG.md | 4 ++-- LICENSE | 2 +- javaproperties_cli/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ebad6..86a199e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.5.0 (in development) ------------------------ +v0.4.1 (2018-09-18) +------------------- - Drop support for Python 2.6 and 3.3 - Support `javaproperties` 0.5.0 diff --git a/LICENSE b/LICENSE index ecdffd9..253524c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2017 John Thorvald Wodder II +Copyright (c) 2016-2018 John Thorvald Wodder II Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/javaproperties_cli/__init__.py b/javaproperties_cli/__init__.py index 5429cf3..9afe958 100644 --- a/javaproperties_cli/__init__.py +++ b/javaproperties_cli/__init__.py @@ -11,7 +11,7 @@ for more information. """ -__version__ = '0.5.0.dev1' +__version__ = '0.4.1' __author__ = 'John Thorvald Wodder II' __author_email__ = 'javaproperties-cli@varonathe.org' __license__ = 'MIT'