Skip to content

Commit

Permalink
Merge branch 'release-1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-maddox committed Apr 25, 2015
2 parents 517b92d + 2575298 commit b8ca7ba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes in 1.1.1:

- fixed `python setup.py install` (was broken by build in-place)

Changes in 1.1:

- removed the python fall-back module (simplify maintenance)
Expand Down
8 changes: 6 additions & 2 deletions developers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ version number):
Now is a good time to install and test in a virtualenv, to make sure you
haven't missed any bugs:

python setup.py sdist
tar -xvzf dist/fdint-1.0.tar.gz

virtualenv venv
source venv/bin/activate
cd fdint-1.0
python setup.py install
cd ..
cd ../..
python -m fdint.tests
cd fdint
deactivate
rm -rf venv
rm -rf fdint-1.0 venv

Go ahead and fix any bugs you find in the release branch, and we'll merge them
back into the develop branch later. Next, merge the changes from the release
Expand Down
2 changes: 1 addition & 1 deletion fdint/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1'
__version__ = '1.1.1'
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

0 comments on commit b8ca7ba

Please sign in to comment.