Version => 0.5.0

This commit is contained in:
Jesse Gumm 2019-08-21 11:23:32 -05:00
parent ef98ff4ea4
commit b8a5075026
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
## 0.5.0 (in development) ## 0.5.0
* Add `range_X` functions for getting a list of dates/times within a range * Add `range_X` functions for getting a list of dates/times within a range
(such as `range_day/3` to get a range of days between a start and end date. (such as `range_day/3` to get a range of days between a start and end date.

View file

@ -1,7 +1,7 @@
{application, qdate, {application, qdate,
[ [
{description, "Simple Date and Timezone handling for Erlang"}, {description, "Simple Date and Timezone handling for Erlang"},
{vsn, "0.4.2"}, {vsn, "0.5.0"},
{registered, []}, {registered, []},
{applications, [ {applications, [
kernel, kernel,

View file

@ -1,5 +1,5 @@
% vim: ts=4 sw=4 et % vim: ts=4 sw=4 et
% Copyright (c) 2013-2016 Jesse Gumm % Copyright (c) 2013-2019 Jesse Gumm
% See LICENSE for licensing information. % See LICENSE for licensing information.
% %
-module(qdate). -module(qdate).