Version => 0.5.0
This commit is contained in:
parent
ef98ff4ea4
commit
b8a5075026
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
(such as `range_day/3` to get a range of days between a start and end date.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{application, qdate,
|
||||
[
|
||||
{description, "Simple Date and Timezone handling for Erlang"},
|
||||
{vsn, "0.4.2"},
|
||||
{vsn, "0.5.0"},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
kernel,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
% vim: ts=4 sw=4 et
|
||||
% Copyright (c) 2013-2016 Jesse Gumm
|
||||
% Copyright (c) 2013-2019 Jesse Gumm
|
||||
% See LICENSE for licensing information.
|
||||
%
|
||||
-module(qdate).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue