Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <[email protected]>
  • Loading branch information
jim-easterbrook committed Aug 16, 2016
1 parent ca4543e commit ea42101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Changes in v16.08.0:
1/ Fix Python 2.5 incompatibilities.
2/ Fix python-twitter v3 tweet length problem.

Changes in v16.07.1:
1/ Further changes to handle UK Met Office server quirks.

Expand Down
4 changes: 2 additions & 2 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '16.08.0'
_release = '1360'
_commit = 'b749e1e'
_release = '1361'
_commit = 'ca4543e'

0 comments on commit ea42101

Please sign in to comment.