Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrowgey committed Sep 16, 2019
1 parent 1746522 commit 79302f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v4.2.0
* Prompt user for calendar on `add' when it isn't specified
* Add `end' time to details view
* New `updates' command
* Automatically use available console width

v4.1.1
* Fixed regression on now marking
* Fixed version string management
Expand Down
2 changes: 1 addition & 1 deletion gcalcli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__program__ = 'gcalcli'
__version__ = 'v4.1.1'
__version__ = 'v4.2.0'
__author__ = 'Eric Davis, Brian Hartvigsen, Joshua Crowgey'
__API_CLIENT_ID__ = '232867676714.apps.googleusercontent.com'
__API_CLIENT_SECRET__ = '3tZSxItw6_VnZMezQwC8lUqy'

0 comments on commit 79302f4

Please sign in to comment.