Skip to content

Commit

Permalink
This is 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Feb 3, 2016
1 parent 052aa59 commit 8ed7376
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog

These are all the changes in Lektor since the first public release.

1.2.1
-----

Released on 3rd of February 2016

- Bugfix release primarily for OS X which fixes a code signing issue.

1.2
---

Expand Down
1 change: 1 addition & 0 deletions gui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ osx-bundle: build/imagemagick/convert icons build-wheels
mkdir -p $(OSX_BUNDLE_RES)/app/node_modules
cp -R node_modules/runas $(OSX_BUNDLE_RES)/app/node_modules/runas
cp -R $(BUILD_DIR)/Python.framework $(OSX_BUNDLE)/Contents/Frameworks/Python.framework
rm $(OSX_BUNDLE)/Contents/Frameworks/Python.framework/Versions/2.7/bin/python{w,w2,w2.7}
./bin/make-python-framework-relocatable $(OSX_BUNDLE)/Contents/Frameworks/Python.framework
./bin/install-wheels $(OSX_BUNDLE)/Contents/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages
find $(OSX_BUNDLE)/Contents -name '.DS_Store' -exec rm {} \;
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='Lektor',
version='1.2',
version='1.2.1',
url='http://github.com/lektor/lektor/',
description='A static content management system.',
license='BSD',
Expand Down

0 comments on commit 8ed7376

Please sign in to comment.