Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Updating CHANGES and VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xxon committed Nov 2, 2016
1 parent 4ab266a commit 8cf79ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,4 +1,8 @@

0.61 | 2016-10-27 14:42:24 -0700

* Release 0.61.

0.60-3 | 2016-10-13 15:58:06 -0700

* Python 3 compatibility fixes. (Daniel Thayer)
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
.. -*- mode: rst-mode -*-
..
.. Version number is filled in automatically.
.. |version| replace:: 0.60-3
.. |version| replace:: 0.61

============================
Python Bindings for Broccoli
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.60-3
0.61
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
from distutils.core import setup, Extension

setup(name="broccoli-python",
version="0.60-3", # Filled in automatically.
version="0.61", # Filled in automatically.
author_email="info@bro.org",
license="BSD",
py_modules=['broccoli'],
Expand Down

0 comments on commit 8cf79ce

Please sign in to comment.