Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
duggan committed Mar 6, 2016
1 parent a6691c6 commit 9934eed
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.2.3 (March 6, 2016)

FEATURES:

* **Add `--user-data` field to `droplet create`.**
* **image slugs (which are the input to the `--image` flag on `droplet
create`) are returned as part of the output from `image list`.**
* **Add `--yes` flag to `droplet resize` and `droplet snapshot`.**

CHANGES:

* Better documentation at <https://pontoon.readthedocs.org>
* `~/.ssh/id_rsa` and `~/.ssh/id_rsa.pub` are now used as the default
private and public keypair.
* Reinclude some tests which had been skipped due to problems

## 0.2.2 (March 5, 2016)

BUGFIXES:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 Ross Duggan
Copyright (c) 2016 Ross Duggan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions pontoon/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

__name__ = 'pontoon'
__description__ = 'A Python CLI for Digital Ocean'
__version__ = '0.2.2'
__version__ = '0.2.3'
__author__ = 'Ross Duggan'
__author_email__ = 'ross.duggan@acm.org'
__url__ = 'https://github.com/duggan/pontoon'
__copyright__ = 'Copyright Ross Duggan 2015'
__copyright__ = 'Copyright Ross Duggan 2016'

0 comments on commit 9934eed

Please sign in to comment.